1
1
Fork 0

Move Api\Help

This commit is contained in:
Philipp Holzer 2021-11-12 22:03:41 +01:00
commit 0757c00d52
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 39 additions and 24 deletions

View file

@ -2567,30 +2567,6 @@ class ApiTest extends FixtureTest
// self::assertXml($result, 'hash');
}
/**
* Test the api_help_test() function.
*
* @return void
*/
public function testApiHelpTest()
{
// @todo How to test the new API?
// $result = \Friendica\Module\Api\Friendica\Help\Test::rawcontent(['extension' => 'json']);
// self::assertEquals(['ok' => 'ok'], $result);
}
/**
* Test the api_help_test() function with an XML result.
*
* @return void
*/
public function testApiHelpTestWithXml()
{
// @todo How to test the new API?
// $result = api_help_test('xml');
// self::assertXml($result, 'ok');
}
/**
* Test the api_lists_list() function.
*