mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10: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
|
@ -10,13 +10,13 @@ namespace Friendica\Test\src\Moderation\Factory;
|
|||
use Friendica\Moderation\Collection;
|
||||
use Friendica\Moderation\Factory;
|
||||
use Friendica\Moderation\Entity;
|
||||
use Friendica\Test\MockedTest;
|
||||
use Friendica\Test\MockedTestCase;
|
||||
use Friendica\Util\Clock\FrozenClock;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
use Psr\Clock\ClockInterface;
|
||||
use Psr\Log\NullLogger;
|
||||
|
||||
class ReportTest extends MockedTest
|
||||
class ReportTest extends MockedTestCase
|
||||
{
|
||||
public function dataCreateFromTableRow(): array
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue