mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +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
|
@ -11,9 +11,9 @@ use Friendica\App\Router;
|
|||
use Friendica\DI;
|
||||
use Friendica\Factory\Api\Twitter\DirectMessage;
|
||||
use Friendica\Module\Api\Twitter\DirectMessages\Inbox;
|
||||
use Friendica\Test\src\Module\Api\ApiTest;
|
||||
use Friendica\Test\ApiTestCase;
|
||||
|
||||
class InboxTest extends ApiTest
|
||||
class InboxTest extends ApiTestCase
|
||||
{
|
||||
/**
|
||||
* Test the api_direct_messages_box() function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue