Browse Source

Update to test executable to always display deprecations by default

2.1.0
Dustin Wilson 1 year ago
parent
commit
5d8e2669c3
  1. 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…
Cancel
Save