Skip to content

Commit

Permalink
GH-50/fix missing function namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
al-esc committed Jul 17, 2024
1 parent 4ec1f12 commit 6d0759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/site-health.php
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ function test_compatibility() {
function object_cache_tests( $tests ) {
$tests['direct']['object_cache'] = [
'label' => __( 'Object Cache', 'pantheon' ),
'test' => 'test_object_cache',
'test' => __NAMESPACE__ . '\\test_object_cache',
];

return $tests;
Expand Down

0 comments on commit 6d0759a

Please sign in to comment.