mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 04:14:27 +02:00
Rename MemoryCacheTest to MemoryCacheTestCase
This commit is contained in:
parent
0826cb50bd
commit
a676e738e0
6 changed files with 13 additions and 9 deletions
|
@ -10,13 +10,14 @@ namespace Friendica\Test\src\Core\Cache;
|
|||
use Exception;
|
||||
use Friendica\Core\Cache\Type\MemcacheCache;
|
||||
use Friendica\Core\Config\Capability\IManageConfigValues;
|
||||
use Friendica\Test\MemoryCacheTestCase;
|
||||
use Mockery;
|
||||
|
||||
/**
|
||||
* @requires extension memcache
|
||||
* @group MEMCACHE
|
||||
*/
|
||||
class MemcacheCacheTest extends MemoryCacheTest
|
||||
class MemcacheCacheTest extends MemoryCacheTestCase
|
||||
{
|
||||
protected function getInstance()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue