diff --git a/tests/TestCase/Cache/Engine/XcacheEngineTest.php b/tests/TestCase/Cache/Engine/XcacheEngineTest.php index 9d2dd3486dd..6c36fff2593 100644 --- a/tests/TestCase/Cache/Engine/XcacheEngineTest.php +++ b/tests/TestCase/Cache/Engine/XcacheEngineTest.php @@ -75,7 +75,7 @@ public function tearDown() */ public function testConfig() { - $config = Cache::engine('xcache')->config(); + $config = Cache::engine('xcache')->getConfig(); $expecting = [ 'prefix' => 'cake_', 'duration' => 3600,