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
1212
1313.PHONY : phpunit
1414phpunit :
15- @vendor/bin/phpunit --testsuite=unit
15+ @php -d zend.assertions=1 vendor/bin/phpunit --testsuite=unit
1616
1717.PHONY : infection
1818infection :
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 )
2121
2222.PHONY : phpcbf
2323phpcbf :
You can’t perform that action at this time.
0 commit comments