Update to test executable to always display deprecations by default
This commit is contained in:
parent
c2e06bb15c
commit
5d8e2669c3
1 changed files with 2 additions and 1 deletions
3
test
3
test
|
@ -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);
|
Loading…
Reference in a new issue