This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -229,19 +229,15 @@ $ docker-compose run apigility composer development-status
229229QA Tools
230230--------
231231
232- The skeleton does not come with any QA tooling by default, but does ship with
233- configuration for each of:
234-
235- - [ phpcs] ( https://github.com/squizlabs/php_codesniffer )
236- - [ phpunit] ( https://phpunit.de )
237-
238- Additionally, it comes with some basic tests for the shipped
232+ The skeleton ships with minimal QA tooling by default, including
233+ zendframework/zend-test. We supply basic tests for the shipped
239234` Application\Controller\IndexController ` .
240235
241- If you want to add these QA tools, execute the following:
236+ We also ship with configuration for [ phpcs] ( https://github.com/squizlabs/php_codesniffer ) .
237+ If you wish to add this QA tool, execute the following:
242238
243239``` bash
244- $ composer require --dev phpunit/phpunit squizlabs/php_codesniffer zendframework/zend-test
240+ $ composer require --dev squizlabs/php_codesniffer
245241```
246242
247243We provide aliases for each of these tools in the Composer configuration:
You can’t perform that action at this time.
0 commit comments