Avoid inconsistent file cache test results in HHVM

This commit is contained in:
Kijin Sung 2016-04-22 00:12:00 +09:00
parent 49dd1fba33
commit d4e2163e2b

View file

@ -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();