diff --git a/test b/test index 1cbf2ae..04c5b78 100755 --- a/test +++ b/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); \ No newline at end of file