We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6ed3b commit 18457f2Copy full SHA for 18457f2
composer.json
@@ -49,7 +49,7 @@
49
"phpcs": "vendor/bin/phpcs src/ tests/",
50
"cs-fix": "vendor/bin/phpcbf src/ tests/",
51
"phpstan": "vendor/bin/phpstan --ansi analyse --configuration phpstan.neon",
52
- "phpunit": "vendor/bin/phpunit --colors=always",
+ "phpunit": "php -d zend.assertions=1 vendor/bin/phpunit --colors=always",
53
"test": [
54
"@lint",
55
"@lint-neon",
0 commit comments