We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7d410 commit 75111d6Copy full SHA for 75111d6
1 file changed
composer.json
@@ -72,8 +72,8 @@
72
"analyze": "vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 1024M",
73
"cs": "vendor/bin/phpcs --standard=phpcs.xml",
74
"cs-fix": "vendor/bin/phpcbf --standard=phpcs.xml",
75
- "test": "vendor/bin/phpunit -c phpunit.xml --fail-on-all-issues",
+ "test": "vendor/bin/phpunit -c phpunit.xml",
76
"test-coverage": "vendor/bin/phpunit -c phpunit.xml --coverage-clover tests/_output/coverage.xml",
77
- "test-coverage-html": "vendor/bin/phpunit --testdox --coverage-html tests/_output/"
+ "test-coverage-html": "vendor/bin/phpunit -c phpunit.xml --coverage-html tests/_output/"
78
}
79
0 commit comments