Skip to content

Commit 0b9ad96

Browse files
committed
fixes #84
1 parent f90249e commit 0b9ad96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

health-check.php

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function sqlite_plugin_filter_site_status_tests( $tests ) {
7575
if ( 'sqlite' === $db_engine ) {
7676
unset( $tests['direct']['utf8mb4_support'] );
7777
unset( $tests['direct']['sql_server'] );
78+
unset( $tests['direct']['persistent_object_cache'] ); // Throws an error because DB_NAME is not defined.
7879
}
7980

8081
return $tests;

0 commit comments

Comments
 (0)