expectException(\Friendica\Network\HTTPException\NotFoundException::class); // api_users_lookup('json'); } /** * Test the api_users_lookup() function with an user ID. * * @return void */ public function testApiUsersLookupWithUserId() { // $_REQUEST['user_id'] = $this->otherUser['id']; // $result = api_users_lookup('json'); // self::assertOtherUser($result['users'][0]); } }