mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 03:34:27 +02:00
rename and move ApiTest to ApiTestCase
This commit is contained in:
parent
06667fc37c
commit
b3cf518628
49 changed files with 113 additions and 116 deletions
|
@ -10,9 +10,9 @@ namespace Friendica\Test\src\Module\Api\GnuSocial\Help;
|
|||
use Friendica\Capabilities\ICanCreateResponses;
|
||||
use Friendica\DI;
|
||||
use Friendica\Module\Api\GNUSocial\Help\Test;
|
||||
use Friendica\Test\src\Module\Api\ApiTest;
|
||||
use Friendica\Test\ApiTestCase;
|
||||
|
||||
class TestTest extends ApiTest
|
||||
class TestTest extends ApiTestCase
|
||||
{
|
||||
public function testJson()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue