From d4e2163e2b6c0a36a89f45a81ee2e425ecaf38be Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 22 Apr 2016 00:12:00 +0900 Subject: [PATCH] Avoid inconsistent file cache test results in HHVM --- tests/unit/framework/CacheTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/framework/CacheTest.php b/tests/unit/framework/CacheTest.php index 67525a5d7..026ff15f7 100644 --- a/tests/unit/framework/CacheTest.php +++ b/tests/unit/framework/CacheTest.php @@ -102,6 +102,7 @@ class CacheTest extends \Codeception\TestCase\Test public function testIncrDecr() { + Rhymix\Framework\Cache::init(array('type' => 'dummy')); Rhymix\Framework\Cache::set('foo', 'foo'); Rhymix\Framework\Cache::set('bar', 42); $prefix = Rhymix\Framework\Cache::getCachePrefix();