Standard testing components for behat, phpunit, and code style testing for the Silverstripe Framework and CMS (http://silverstripe.org).
This includes the components:
- phpunit: PHP Unit Testing framework.
- php-codesniffer: PHP coding standards validator.
- behat-extension: Silverstripe behat testing framework extension.
- silverstripe server: Silverstripe basic server built on PHP bundled dev server.
- selenium: Selenium browser automation framework.
All bootstrapping files, including PHPCS style config, are included.
See the recipe plugin page for instructions on how Silverstripe recipes work.
Note: If you are not using Behat for end-to-end testing on your module, it is recommended that you install PHPUnit and CodeSniffer directly.