mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +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,12 +8,12 @@
|
|||
namespace Friendica\Test\src\Util;
|
||||
|
||||
use Friendica\Core\Config\Capability\IManageConfigValues;
|
||||
use Friendica\Test\MockedTest;
|
||||
use Friendica\Test\MockedTestCase;
|
||||
use Friendica\Util\Profiler;
|
||||
use Mockery\MockInterface;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
class ProfilerTest extends MockedTest
|
||||
class ProfilerTest extends MockedTestCase
|
||||
{
|
||||
/**
|
||||
* @var LoggerInterface|MockInterface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue