mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Updating memcacheEngine test case so it passes under phpunit.
This commit is contained in:
parent
fc79dc6232
commit
75d7b46a35
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ class MemcacheEngineTest extends CakeTestCase {
|
|||
$this->assertEqual($result, $expecting);
|
||||
|
||||
$result = Cache::read('long_expiry_test');
|
||||
$this->assertTrue($result);
|
||||
$this->assertEquals($expecting, $result);
|
||||
|
||||
Cache::config('memcache', array('duration' => 3600));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue