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
06667fc37c
commit
b3cf518628
49 changed files with 113 additions and 116 deletions
|
@ -10,11 +10,11 @@ namespace Friendica\Test\src\Module\Api\Friendica;
|
|||
use Friendica\Capabilities\ICanCreateResponses;
|
||||
use Friendica\DI;
|
||||
use Friendica\Module\Api\Friendica\Notification;
|
||||
use Friendica\Test\src\Module\Api\ApiTest;
|
||||
use Friendica\Test\ApiTestCase;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
use Friendica\Util\Temporal;
|
||||
|
||||
class NotificationTest extends ApiTest
|
||||
class NotificationTest extends ApiTestCase
|
||||
{
|
||||
public function testEmpty()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue