This commit is contained in:
Kamisama 2013-09-19 18:38:02 -04:00
parent 72965f793c
commit 0a704cc288

View file

@ -91,7 +91,7 @@ class MemcachedEngineTest extends CakeTestCase {
*/
public function testSettings() {
$settings = Cache::settings('memcached');
unset($settings['serialize'], $settings['path']);
unset($settings['path']);
$expecting = array(
'prefix' => 'cake_',
'duration' => 3600,