Skip to content

Commit

Permalink
Updating memcacheEngine test case so it passes under phpunit.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 31, 2010
1 parent fc79dc6 commit 75d7b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/cache/memcache.test.php
Expand Up @@ -205,7 +205,7 @@ function testExpiry() {
$this->assertEqual($result, $expecting);

$result = Cache::read('long_expiry_test');
$this->assertTrue($result);
$this->assertEquals($expecting, $result);

Cache::config('memcache', array('duration' => 3600));
}
Expand Down

0 comments on commit 75d7b46

Please sign in to comment.