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

@ -8,9 +8,9 @@
namespace Friendica\Test\src\Security;
use Friendica\Security\BasicAuth;
use Friendica\Test\src\Module\Api\ApiTest;
use Friendica\Test\ApiTestCase;
class BasicAuthTest extends ApiTest
class BasicAuthTest extends ApiTestCase
{
/**
* Test the api_source() function.