This commit is contained in:
Michael 2021-11-18 15:55:25 +00:00
parent 7c03eba98e
commit 0648f2f9ee

View file

@ -812,7 +812,7 @@ class ApiTest extends FixtureTest
*/ */
public function testApiGetUserWithZeroUser() public function testApiGetUserWithZeroUser()
{ {
self::assertSelfUser(api_get_user(0)); self::assertSelfUser(DI::twitterUser()->createFromUserId(BaseApi::getCurrentUserID())->toArray());
} }
/** /**