forked from tractorcow/recipe-testing
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from creative-commoners/pulls/2.0/standardise-…
…modules MNT Standardise modules
- Loading branch information
Showing
4 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
## SilverStripe Testing Recipe | ||
## Silverstripe Testing Recipe | ||
|
||
Standard testing components for behat, phpunit, and code style testing for the SilverStripe Framework | ||
[![CI](https://github.com/silverstripe/recipe-testing/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/recipe-testing/actions/workflows/ci.yml) | ||
|
||
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 | ||
* [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 | ||
* [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. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters