Browse Source

Fixed failing test

Jose Lorenzo Rodriguez 14 years ago
parent
commit
e5cc7d0f73
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php

+ 1 - 0
lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php

@@ -92,6 +92,7 @@ class MemcacheEngineTest extends CakeTestCase {
 			'compress' => false,
 			'engine' => 'Memcache',
 			'persistent' => true,
+			'groups' => array()
 		);
 		$this->assertEquals($expecting, $settings);
 	}