1
0
Fork 0

Migrate Api\RateLimitStatus

This commit is contained in:
Philipp Holzer 2021-11-12 22:09:03 +01:00
commit 829c43ba3b
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
2 changed files with 28 additions and 26 deletions

View file

@ -2541,32 +2541,6 @@ class ApiTest extends FixtureTest
}
}
/**
* Test the api_format_items() function.
*
* @return void
*/
public function testApiAccountRateLimitStatus()
{
// @todo How to test the new API?
// $result = api_account_rate_limit_status('json');
// self::assertEquals(150, $result['hash']['remaining_hits']);
// self::assertEquals(150, $result['hash']['hourly_limit']);
// self::assertIsInt($result['hash']['reset_time_in_seconds']);
}
/**
* Test the api_format_items() function with an XML result.
*
* @return void
*/
public function testApiAccountRateLimitStatusWithXml()
{
// @todo How to test the new API?
// $result = api_account_rate_limit_status('xml');
// self::assertXml($result, 'hash');
}
/**
* Test the api_lists_list() function.
*