mirror of
https://github.com/friendica/friendica
synced 2025-04-28 23:44:23 +02:00
Fixed & added unittests
This commit is contained in:
parent
065b83d148
commit
3cde7a3e4b
6 changed files with 101 additions and 9 deletions
|
@ -5,7 +5,7 @@ namespace Friendica\Test\src\Core\Cache;
|
|||
|
||||
use Friendica\Core\Cache\ArrayCache;
|
||||
|
||||
class ArrayCacheDriverTest extends CacheTest
|
||||
class ArrayCacheDriverTest extends MemoryCacheTest
|
||||
{
|
||||
/**
|
||||
* @var \Friendica\Core\Cache\IMemoryCacheDriver
|
||||
|
@ -20,7 +20,7 @@ class ArrayCacheDriverTest 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