diff options
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 011885c678..00881cf779 100755 --- a/run-tests.php +++ b/run-tests.php @@ -889,7 +889,7 @@ More .INIs : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n" 'session' => ['session.auto_start=0'], 'tidy' => ['tidy.clean_output=0'], 'zlib' => ['zlib.output_compression=Off'], - 'xdebug' => ['xdebug.default_enable=0','xdebug.mode=off'], + 'xdebug' => ['xdebug.mode=off'], 'mbstring' => ['mbstring.func_overload=0'], ]; |