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
|
@ -10,9 +10,9 @@ namespace Friendica\Test\src\Module\Api\Mastodon\Accounts;
|
|||
use Friendica\App\Router;
|
||||
use Friendica\DI;
|
||||
use Friendica\Module\Api\Mastodon\Accounts\VerifyCredentials;
|
||||
use Friendica\Test\src\Module\Api\ApiTest;
|
||||
use Friendica\Test\ApiTestCase;
|
||||
|
||||
class VerifyCredentialsTest extends ApiTest
|
||||
class VerifyCredentialsTest extends ApiTestCase
|
||||
{
|
||||
/**
|
||||
* Test the api_account_verify_credentials() function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue