Skip to content

Commit 18457f2

Browse files
committed
Run tests with zend.assertions enabled
To catch errors like #320.
1 parent eb6ed3b commit 18457f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"phpcs": "vendor/bin/phpcs src/ tests/",
5050
"cs-fix": "vendor/bin/phpcbf src/ tests/",
5151
"phpstan": "vendor/bin/phpstan --ansi analyse --configuration phpstan.neon",
52-
"phpunit": "vendor/bin/phpunit --colors=always",
52+
"phpunit": "php -d zend.assertions=1 vendor/bin/phpunit --colors=always",
5353
"test": [
5454
"@lint",
5555
"@lint-neon",

0 commit comments

Comments
 (0)