Fixed & added unittests
This commit is contained in:
@@ -19,7 +19,7 @@ class DatabaseCacheDriverTest extends CacheTest
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
$this->cache->clear();
|
||||
$this->cache->clear(false);
|
||||
parent::tearDown();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user