2017 © Pedro Peláez
 

metapackage peridot-jumpstart

Starter kit to start BDD testing in PHP with Peridot

image

peridot-php/peridot-jumpstart

Starter kit to start BDD testing in PHP with Peridot

  • Tuesday, September 20, 2016
  • by brianium
  • Repository
  • 3 Watchers
  • 3 Stars
  • 6,394 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

Peridot Jumpstart

![Current version image][version-image], (*1)

Peridot core and some commonly used packages to let you start doing BDD in PHP ASAP., (*2)

Included plugins and libraries

Installing

We recommend installing the jumpstart via composer:, (*3)

$ composer require --dev peridot-php/peridot-jumpstart

Getting started

After installing the jumpstart, a good starting point would be to copy this package's peridot.php file into the root of your project. This file will set the default path for specs, and ensure that all the included plugins are registered., (*4)

If you installed the jumpstart via composer, you can follow up by doing this:, (*5)

$ cp vendor/peridot-php/peridot-jumpstart/peridot.php .

To set a different default path, disable a plugin, or set up further configuration, simply edit your copy of peridot.php., (*6)

After registering everything, vendor/bin/peridot -h should yield the following:, (*7)

Peridot Jumpstart, (*8)

The Versions