Fixed & added unittests

This commit is contained in:
Philipp Holzer 2018-07-07 20:35:42 +02:00
parent 065b83d148
commit 3cde7a3e4b
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
6 changed files with 101 additions and 9 deletions

View file

@ -19,7 +19,7 @@ class DatabaseCacheDriverTest extends CacheTest
public function tearDown()
{
$this->cache->clear();
$this->cache->clear(false);
parent::tearDown();
}
}