Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tractorcow/recipe-testing

Standard testing dev components for SilverStripe framework and CMS
https://github.com/tractorcow/recipe-testing

Last synced: about 1 month ago
JSON representation

Standard testing dev components for SilverStripe framework and CMS

Awesome Lists containing this project

README

        

## SilverStripe Testing Recipe

Standard testing components for behat, phpunit, and code style testing for the SilverStripe Framework
and CMS ([http://silverstripe.org](http://silverstripe.org)).

This includes the components:

* [phpunit](https://github.com/sebastianbergmann/phpunit): PHP Unit Testing framework.
* [php-codesniffer](https://github.com/squizlabs/PHP_CodeSniffer): PHP coding standards validator.
* [behat-extension](https://github.com/silverstripe/silverstripe-behat-extension): SilverStripe behat testing
framework extension.
* [silverstripe server](https://github.com/silverstripe/silverstripe-serve): SilverStripe basic server built
on PHP bundled dev server.
* [selenium](https://github.com/sveneisenschmidt/selenium-server-standalone): Selenium browser automation framework.

All bootstrapping files, including PHPCS style config, are included.

See the [recipe plugin](https://github.com/silverstripe/recipe-plugin) page for instructions on how
SilverStripe recipes work.