From 3ebbab028449b0a82683d318c0cf931050f7a40d Mon Sep 17 00:00:00 2001 From: Panagiotis Moustafellos Date: Tue, 29 Oct 2013 00:49:31 +0200 Subject: [PATCH] marked mset() test incomplete --- tests/unit/framework/caching/CacheTestCase.php | 2 ++ 1 file changed, 2 insertions(+) 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();