Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 27, 2012
1 parent 2a1e4a2 commit e5cc7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php
Expand Up @@ -92,6 +92,7 @@ public function testSettings() {
'compress' => false,
'engine' => 'Memcache',
'persistent' => true,
'groups' => array()
);
$this->assertEquals($expecting, $settings);
}
Expand Down

0 comments on commit e5cc7d0

Please sign in to comment.