File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 "test" : " phpunit" ,
3737 "test:unit" : " phpunit tests -c tests/phpunit.xml --colors=always --fail-on-warning --fail-on-risky" ,
3838 "test:unit:coverage" : " export XDEBUG_MODE=coverage && phpunit --configuration tests/phpunit.xml --coverage-html coverage" ,
39- "test:unit: integration" : " phpunit tests -c tests/phpunit.integration.xml --colors=always --fail-on-warning --fail-on-risky" ,
40- "test:unit: integration:coverage" : " export XDEBUG_MODE=coverage && phpunit --configuration tests/phpunit.integration.xml --coverage-html coverage"
39+ "test:integration" : " phpunit tests -c tests/phpunit.integration.xml --colors=always --fail-on-warning --fail-on-risky" ,
40+ "test:integration:coverage" : " export XDEBUG_MODE=coverage && phpunit --configuration tests/phpunit.integration.xml --coverage-html coverage"
4141 },
4242 "config" : {
4343 "allow-plugins" : {
You can’t perform that action at this time.
0 commit comments