We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed9d60 commit 9ecf05bCopy full SHA for 9ecf05b
tests/run.sh
@@ -1,4 +1,3 @@
1
-./vendor/bin/phpcs -p --standard=vendor/arachne/coding-style/ruleset.xml src
2
-./vendor/bin/phpcs -p --standard=vendor/arachne/coding-style/ruleset.xml --ignore=_* tests
+./vendor/bin/phpcs -p --standard=vendor/arachne/coding-style/ruleset.xml --ignore=_* src tests
3
./vendor/bin/codecept build
4
-./vendor/bin/codecept run integration
+./vendor/bin/codecept run --coverage-html
0 commit comments