mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +00:00
Rename MockedTest to MockedTestCase
This commit is contained in:
parent
9a28eee477
commit
ee579280c7
51 changed files with 99 additions and 117 deletions
|
@ -8,9 +8,9 @@
|
|||
namespace Friendica\Test\src\Core\Lock;
|
||||
|
||||
use Friendica\Core\Lock\Capability\ICanLock;
|
||||
use Friendica\Test\MockedTest;
|
||||
use Friendica\Test\MockedTestCase;
|
||||
|
||||
abstract class LockTest extends MockedTest
|
||||
abstract class LockTest extends MockedTestCase
|
||||
{
|
||||
/**
|
||||
* @var int Start time of the mock (used for time operations)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue