diff --git a/inc/site-health.php b/inc/site-health.php index a344b7a..368290b 100644 --- a/inc/site-health.php +++ b/inc/site-health.php @@ -847,7 +847,7 @@ function test_compatibility() { function object_cache_tests( $tests ) { $tests['direct']['object_cache'] = [ 'label' => __( 'Object Cache', 'pantheon' ), - 'test' => __NAMESPACE__ . '\\test_object_cache', + 'test' => __NAMESPACE__ . '\\test_object_cache', ]; return $tests;