Testing the query

This commit is contained in:
Michael 2021-02-05 06:23:34 +00:00
parent 239bf686af
commit 289923a17c
2 changed files with 5 additions and 4 deletions

View file

@ -1746,7 +1746,7 @@ class ApiTest extends FixtureTest
{
$_REQUEST['page'] = -2;
$result = api_statuses_networkpublic_timeline('json');
self::assertNotEmpty($result['status']);
self::assertNotEmpty($result['status'], var_export($result, true));
foreach ($result['status'] as $status) {
self::assertStatus($status);
}