mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue