Update to test executable to always display deprecations by default

This commit is contained in:
Dustin Wilson 2023-04-23 13:16:20 -05:00
parent c2e06bb15c
commit 5d8e2669c3

3
test
View file

@ -32,6 +32,7 @@ $cmd = implode(' ', [
'-d xdebug.mode=coverage,develop,trace',
escapeshellarg(__DIR__ . '/vendor/bin/phpunit'),
'--configuration tests/phpunit.xml',
...$argv
...$argv,
'--display-deprecations'
]);
passthru($cmd);