We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140694b commit 8fa827fCopy full SHA for 8fa827f
1 file changed
Makefile
@@ -19,7 +19,7 @@ self-update:
19
20
test:
21
@/bin/echo -e "${TITLE} testing suite started..." \
22
- && vendor/phpunit/phpunit/composer/bin/phpunit -c test/phpunit.xml
+ && vendor/bin/phpunit -c tests/unit/phpunit.xml --coverage-html tests/unit/coverage
23
24
test-group:
25
0 commit comments