mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 17:24:26 +02:00
Rename ConsoleTest to ConsoleTestCase
This commit is contained in:
parent
9f8023b91f
commit
54ee36a6aa
5 changed files with 14 additions and 10 deletions
|
@ -11,10 +11,11 @@ use Friendica\App;
|
|||
use Friendica\App\Mode;
|
||||
use Friendica\Console\Lock;
|
||||
use Friendica\Core\Lock\Capability\ICanLock;
|
||||
use Friendica\Test\ConsoleTestCase;
|
||||
use Mockery;
|
||||
use Mockery\MockInterface;
|
||||
|
||||
class LockConsoleTest extends ConsoleTest
|
||||
class LockConsoleTest extends ConsoleTestCase
|
||||
{
|
||||
/**
|
||||
* @var App\Mode|MockInterface $appMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue