Fixed & added unittests

This commit is contained in:
Philipp Holzer
2018-07-07 20:35:42 +02:00
parent 065b83d148
commit 3cde7a3e4b
6 changed files with 101 additions and 9 deletions
@@ -19,7 +19,7 @@ class DatabaseCacheDriverTest extends CacheTest
public function tearDown()
{
$this->cache->clear();
$this->cache->clear(false);
parent::tearDown();
}
}