expectException(\Friendica\Network\HTTPException\UnauthorizedException::class); BasicAuth::setCurrentUserID(); api_statuses_home_timeline('json'); */ } /** * Test the api_statuses_home_timeline() function with an RSS result. * * @return void */ public function testApiStatusesHomeTimelineWithRss() { self::markTestIncomplete('Needs Home to not set header during call (like at BaseApi::setLinkHeader'); // $result = api_statuses_home_timeline('rss'); // self::assertXml($result, 'statuses'); } }