Skip to content

Commit

Permalink
Fix deprecated config use in Xcache.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 11, 2017
1 parent 8982cef commit 40a14be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Cache/Engine/XcacheEngineTest.php
Expand Up @@ -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,
Expand Down

0 comments on commit 40a14be

Please sign in to comment.