Skip to content

Commit 75c38e6

Browse files
committed
Report all errors, including deprecations, in SQLite tests
1 parent def2400 commit 75c38e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
require_once __DIR__ . '/../wp-includes/sqlite-ast/class-wp-sqlite-information-schema-reconstructor.php';
2424

2525
// Configure the test environment.
26-
error_reporting( E_ALL & ~E_DEPRECATED );
26+
error_reporting( E_ALL );
2727
define( 'FQDB', ':memory:' );
2828
define( 'FQDBDIR', __DIR__ . '/../testdb' );
2929

0 commit comments

Comments
 (0)