Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tractorcow/recipe-testing
- Owner: tractorcow
- License: bsd-3-clause
- Created: 2017-07-24T22:42:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T22:33:41.000Z (about 7 years ago)
- Last Synced: 2024-10-15T16:10:57.120Z (3 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.