Skip to content

Commit e0af3a6

Browse files
committed
added test-dev to makefile
1 parent d40a503 commit e0af3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ lint:
1010
test:
1111
composer exec --verbose phpunit tests
1212

13-
test-coverage:
14-
XDEBUG_MODE=coverage composer exec --verbose phpunit tests -- --coverage-html ./reports
13+
test-dev:
14+
XDEBUG_MODE=coverage composer exec --verbose phpunit tests -- --coverage-html ./reports

0 commit comments

Comments
 (0)