mirror of
https://github.com/friendica/friendica
synced 2025-04-22 15:50:10 +00:00
rename FixtureTest to FixtureTestCase
This commit is contained in:
parent
1d177ed907
commit
c00a7c571a
25 changed files with 49 additions and 49 deletions
|
@ -10,10 +10,10 @@ namespace Friendica\Test\src\Factory\Api\Twitter;
|
|||
use Friendica\DI;
|
||||
use Friendica\Factory\Api\Twitter\User;
|
||||
use Friendica\Network\HTTPException\NotFoundException;
|
||||
use Friendica\Test\FixtureTest;
|
||||
use Friendica\Test\FixtureTestCase;
|
||||
use Friendica\Test\src\Module\Api\ApiTest;
|
||||
|
||||
class UserTest extends FixtureTest
|
||||
class UserTest extends FixtureTestCase
|
||||
{
|
||||
/**
|
||||
* Assert that an user array contains expected keys.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue