We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceedcb5 commit de346c6Copy full SHA for de346c6
tests/phpunit/includes/install.php
@@ -4,7 +4,7 @@
4
*
5
* @todo Reuse the init/load code in init.php
6
*/
7
-error_reporting( E_ALL & ~E_DEPRECATED & ~E_STRICT );
+error_reporting( E_ALL & ~E_DEPRECATED );
8
9
$config_file_path = $argv[1];
10
$multisite = in_array( 'run_ms_tests', $argv, true );
0 commit comments