Move DirectMessages/All tests

This commit is contained in:
Philipp 2021-12-30 20:04:32 +01:00
parent e7c5bdc779
commit 95e3583c68
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 36 additions and 24 deletions

View file

@ -26,8 +26,6 @@ class InboxTest extends ApiTest
$json = $this->toJson($response);
print_r($json);
self::assertGreaterThan(0, count($json));
foreach ($json as $item) {