File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ vendor/composer/installed.json: composer.json composer.lock
12
12
13
13
.PHONY : phpunit
14
14
phpunit :
15
- @vendor/bin/phpunit --testsuite=unit
15
+ @php -d zend.assertions=1 vendor/bin/phpunit --testsuite=unit
16
16
17
17
.PHONY : infection
18
18
infection :
19
- @vendor/bin/phpunit --testsuite=unit --coverage-xml=build/coverage-xml --log-junit=build/junit.xml $(PHPUNIT_FLAGS )
20
- @vendor/bin/infection -s --threads=$(PARALLELISM ) --coverage=build $(INFECTION_FLAGS )
19
+ @php -d zend.assertions=1 -d xdebug.mode=coverage vendor/bin/phpunit --testsuite=unit --coverage-xml=build/coverage-xml --log-junit=build/junit.xml $(PHPUNIT_FLAGS )
20
+ @php -d zend.assertions=1 vendor/bin/infection -s --threads=$(PARALLELISM ) --coverage=build $(INFECTION_FLAGS )
21
21
22
22
.PHONY : phpcbf
23
23
phpcbf :
You can’t perform that action at this time.
0 commit comments