mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:10:10 +00:00
rename and move ApiTest to ApiTestCase
This commit is contained in:
parent
cb6269eddb
commit
9f8023b91f
49 changed files with 113 additions and 116 deletions
|
@ -12,9 +12,9 @@ use Friendica\Capabilities\ICanCreateResponses;
|
|||
use Friendica\DI;
|
||||
use Friendica\Module\Api\Twitter\Users\Search;
|
||||
use Friendica\Network\HTTPException\BadRequestException;
|
||||
use Friendica\Test\src\Module\Api\ApiTest;
|
||||
use Friendica\Test\ApiTestCase;
|
||||
|
||||
class SearchTest extends ApiTest
|
||||
class SearchTest extends ApiTestCase
|
||||
{
|
||||
/**
|
||||
* Test the api_users_search() function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue