Skip to content

Commit f6dc4db

Browse files
committed
* partial reverted
1 parent 1f23ca2 commit f6dc4db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/core/AggregateCacheTest.class.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ public function testIntegerChanges()
9999
private function doTestMemcached(SelectivePeer $cache)
100100
{
101101
Cache::setPeer($cache);
102-
$cache->clean();
103-
104-
102+
105103
if (!Cache::me()->isAlive()) {
106104
return $this->markTestSkipped('memcached not available');
107105
}

0 commit comments

Comments
 (0)