rename and move ApiTest to ApiTestCase

This commit is contained in:
Art4 2024-12-13 22:42:27 +00:00
parent cb6269eddb
commit 9f8023b91f
49 changed files with 113 additions and 116 deletions

View file

@ -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.