Browse Source

marked mset() test incomplete

tags/2.0.0-beta
Panagiotis Moustafellos 11 years ago
parent
commit
3ebbab0284
  1. 2
      tests/unit/framework/caching/CacheTestCase.php

2
tests/unit/framework/caching/CacheTestCase.php

@ -94,6 +94,8 @@ abstract class CacheTestCase extends TestCase
public function testMset()
{
$this->markTestIncomplete('Work in progress');
$cache = $this->getCacheInstance();
$cache->flush();

Loading…
Cancel
Save