We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def2400 commit 75c38e6Copy full SHA for 75c38e6
tests/bootstrap.php
@@ -23,7 +23,7 @@
23
require_once __DIR__ . '/../wp-includes/sqlite-ast/class-wp-sqlite-information-schema-reconstructor.php';
24
25
// Configure the test environment.
26
-error_reporting( E_ALL & ~E_DEPRECATED );
+error_reporting( E_ALL );
27
define( 'FQDB', ':memory:' );
28
define( 'FQDBDIR', __DIR__ . '/../testdb' );
29
0 commit comments