mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Rename MemoryCacheTest to MemoryCacheTestCase
This commit is contained in:
parent
0826cb50bd
commit
a676e738e0
6 changed files with 13 additions and 9 deletions
|
@ -8,8 +8,9 @@
|
|||
namespace Friendica\Test\src\Core\Cache;
|
||||
|
||||
use Friendica\Core\Cache\Type\ArrayCache;
|
||||
use Friendica\Test\MemoryCacheTestCase;
|
||||
|
||||
class ArrayCacheTest extends MemoryCacheTest
|
||||
class ArrayCacheTest extends MemoryCacheTestCase
|
||||
{
|
||||
protected function getInstance()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue