Skip to content

Commit 8fa827f

Browse files
committed
000 - Makefile fix make test command
1 parent 140694b commit 8fa827f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ self-update:
1919

2020
test:
2121
@/bin/echo -e "${TITLE} testing suite started..." \
22-
&& vendor/phpunit/phpunit/composer/bin/phpunit -c test/phpunit.xml
22+
&& vendor/bin/phpunit -c tests/unit/phpunit.xml --coverage-html tests/unit/coverage
2323

2424
test-group:
2525
@/bin/echo -e "${TITLE} testing suite started..." \

0 commit comments

Comments
 (0)