mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:50:10 +00: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
|
@ -7,9 +7,9 @@
|
|||
|
||||
namespace Friendica\Test\src\Module\Api\Mastodon\Timelines;
|
||||
|
||||
use Friendica\Test\src\Module\Api\ApiTest;
|
||||
use Friendica\Test\ApiTestCase;
|
||||
|
||||
class HomeTest extends ApiTest
|
||||
class HomeTest extends ApiTestCase
|
||||
{
|
||||
/**
|
||||
* Test the api_statuses_home_timeline() function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue