mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Avoid inconsistent file cache test results in HHVM
This commit is contained in:
parent
49dd1fba33
commit
d4e2163e2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue