mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Revert "Merge pull request #1050 from rynop/2.3"
This reverts commitf3f1e1ab52
, reversing changes made to9fc4678fa3
.
This commit is contained in:
parent
f3f1e1ab52
commit
9cc4371246
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ class MemcacheEngineTest extends CakeTestCase {
|
|||
Cache::write('some_value', 'cache1', 'memcache');
|
||||
$result = Cache::clear(true, 'memcache');
|
||||
$this->assertTrue($result);
|
||||
$this->assertEquals(false, Cache::read('some_value', 'memcache'));
|
||||
$this->assertEquals('cache1', Cache::read('some_value', 'memcache'));
|
||||
|
||||
Cache::write('some_value', 'cache2', 'memcache2');
|
||||
$result = Cache::clear(false, 'memcache');
|
||||
|
|
Loading…
Add table
Reference in a new issue