mirror of
https://github.com/friendica/friendica
synced 2025-04-30 19:44:24 +02:00
Fix test
This commit is contained in:
parent
7c03eba98e
commit
0648f2f9ee
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue