mirror of
https://github.com/friendica/friendica
synced 2025-04-21 18:30:11 +00:00
Fixed & added unittests
This commit is contained in:
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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue