mirror of
https://github.com/friendica/friendica
synced 2025-05-07 07:04:11 +02:00
rename FixtureTest to FixtureTestCase
This commit is contained in:
parent
1d177ed907
commit
c00a7c571a
25 changed files with 49 additions and 49 deletions
|
@ -17,14 +17,14 @@ use Friendica\DI;
|
|||
use Friendica\Module\Special\HTTPException;
|
||||
use Friendica\Security\Authentication;
|
||||
use Friendica\Security\BasicAuth;
|
||||
use Friendica\Test\FixtureTest;
|
||||
use Friendica\Test\FixtureTestCase;
|
||||
use Friendica\Test\Util\AppDouble;
|
||||
use Friendica\Test\Util\AuthenticationDouble;
|
||||
use Friendica\Test\Util\AuthTestConfig;
|
||||
use Mockery\MockInterface;
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
|
||||
abstract class ApiTest extends FixtureTest
|
||||
abstract class ApiTest extends FixtureTestCase
|
||||
{
|
||||
// User data that the test database is populated with
|
||||
const SELF_USER = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue