mirror of
https://github.com/friendica/friendica
synced 2025-05-10 07:44:11 +02:00
Rename CacheTest to CacheTestCase
This commit is contained in:
parent
75fee6784e
commit
0826cb50bd
3 changed files with 8 additions and 7 deletions
|
@ -9,8 +9,9 @@ namespace Friendica\Test\src\Core\Cache;
|
|||
|
||||
use Exception;
|
||||
use Friendica\Core\Cache\Capability\ICanCacheInMemory;
|
||||
use Friendica\Test\CacheTestCase;
|
||||
|
||||
abstract class MemoryCacheTest extends CacheTest
|
||||
abstract class MemoryCacheTest extends CacheTestCase
|
||||
{
|
||||
/**
|
||||
* @var \Friendica\Core\Cache\Capability\ICanCacheInMemory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue