mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
rename and move ApiTest to ApiTestCase
This commit is contained in:
parent
06667fc37c
commit
b3cf518628
49 changed files with 113 additions and 116 deletions
|
@ -13,10 +13,10 @@ use Friendica\Module\Api\Twitter\Media\Upload;
|
|||
use Friendica\Network\HTTPException\BadRequestException;
|
||||
use Friendica\Network\HTTPException\InternalServerErrorException;
|
||||
use Friendica\Network\HTTPException\UnauthorizedException;
|
||||
use Friendica\Test\src\Module\Api\ApiTest;
|
||||
use Friendica\Test\ApiTestCase;
|
||||
use Friendica\Test\Util\AuthTestConfig;
|
||||
|
||||
class UploadTest extends ApiTest
|
||||
class UploadTest extends ApiTestCase
|
||||
{
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue