diff --git a/tests/phpunit/includes/Helpers/TransientTest.php b/tests/phpunit/includes/Helpers/TransientTest.php index 71e729b..06e7bb0 100644 --- a/tests/phpunit/includes/Helpers/TransientTest.php +++ b/tests/phpunit/includes/Helpers/TransientTest.php @@ -206,7 +206,7 @@ public function test_should_use_transients_bluehost_cloud(): void { \WP_Mock::userFunction( 'get_dropins' ) ->once() - ->andReturn( array() ); + ->andReturn( array( 'object-cache.php' => array() ) ); \WP_Mock::userFunction( 'set_transient' ) ->once()