diff --git a/tests/unit/framework/caching/CacheTestCase.php b/tests/unit/framework/caching/CacheTestCase.php index fc84cf1..bbb312d 100644 --- a/tests/unit/framework/caching/CacheTestCase.php +++ b/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();