mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
rename FixtureTest to FixtureTestCase
This commit is contained in:
parent
ee579280c7
commit
42b543cd24
25 changed files with 49 additions and 49 deletions
|
@ -14,10 +14,10 @@ use Friendica\Module\NodeInfo110;
|
|||
use Friendica\Module\NodeInfo120;
|
||||
use Friendica\Module\NodeInfo210;
|
||||
use Friendica\Module\Special\HTTPException;
|
||||
use Friendica\Test\FixtureTest;
|
||||
use Friendica\Test\FixtureTestCase;
|
||||
use Mockery\MockInterface;
|
||||
|
||||
class NodeInfoTest extends FixtureTest
|
||||
class NodeInfoTest extends FixtureTestCase
|
||||
{
|
||||
/** @var MockInterface|HTTPException */
|
||||
protected $httpExceptionMock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue