Reenable Incoming test and fixes an array_reverse() bug

This commit is contained in:
Philipp 2021-12-04 23:32:03 +01:00
parent 6d8b8d95b1
commit 85b9f2b02c
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 16 additions and 6 deletions

View file

@ -26,9 +26,6 @@ class ListsTest extends ApiTest
$json = json_decode($body);
self::assertIsArray($json->users);
// $result = api_statuses_f('friends');
// self::assertArrayHasKey('user', $result);
}
/**