mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Reset cache driver after unit test
This commit is contained in:
parent
a294783261
commit
a36ecab8b4
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ class CacheTest extends \Codeception\Test\Unit
|
|||
|
||||
public function _after()
|
||||
{
|
||||
$driver = Rhymix\Framework\Cache::clearAll();
|
||||
Rhymix\Framework\Cache::clearAll();
|
||||
Rhymix\Framework\Cache::init(array('dummy'));
|
||||
}
|
||||
|
||||
public function testInit()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue