Move Api\Help
This commit is contained in:
parent
9482ef3c34
commit
0757c00d52
3 changed files with 39 additions and 24 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue