From 5d8e2669c3877716dac64ee1c4498c42e283989c Mon Sep 17 00:00:00 2001 From: Dustin Wilson Date: Sun, 23 Apr 2023 13:16:20 -0500 Subject: [PATCH] Update to test executable to always display deprecations by default --- test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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