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\Module;
|
||||
|
||||
use Friendica\Module\BaseApi;
|
||||
use Friendica\Test\src\Module\Api\ApiTest;
|
||||
use Friendica\Test\ApiTestCase;
|
||||
|
||||
class BaseApiTest extends ApiTest
|
||||
class BaseApiTest extends ApiTestCase
|
||||
{
|
||||
public function testWithWrongAuth()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue