mirror of
https://github.com/friendica/friendica
synced 2025-05-10 17:44:09 +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
|
@ -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