marked mset() test incomplete

parent 8f8adb2a
...@@ -94,6 +94,8 @@ abstract class CacheTestCase extends TestCase ...@@ -94,6 +94,8 @@ abstract class CacheTestCase extends TestCase
public function testMset() public function testMset()
{ {
$this->markTestIncomplete('Work in progress');
$cache = $this->getCacheInstance(); $cache = $this->getCacheInstance();
$cache->flush(); $cache->flush();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment