diff --git a/tests/phpunit/includes/install.php b/tests/phpunit/includes/install.php index 8a595903c7..61b27e22dd 100644 --- a/tests/phpunit/includes/install.php +++ b/tests/phpunit/includes/install.php @@ -4,7 +4,7 @@ * * @todo Reuse the init/load code in init.php */ -error_reporting( E_ALL & ~E_DEPRECATED & ~E_STRICT ); +error_reporting( E_ALL & ~E_DEPRECATED ); $config_file_path = $argv[1]; $multisite = in_array( 'run_ms_tests', $argv, true );