Skip to content

Commit 9ecf05b

Browse files
committed
Simplified shell test runner
1 parent fed9d60 commit 9ecf05b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/run.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
./vendor/bin/phpcs -p --standard=vendor/arachne/coding-style/ruleset.xml --ignore=_* src tests
32
./vendor/bin/codecept build
4-
./vendor/bin/codecept run integration
3+
./vendor/bin/codecept run --coverage-html

0 commit comments

Comments
 (0)