mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Removed test
This commit is contained in:
parent
3a5523820c
commit
bca5238b41
1 changed files with 0 additions and 37 deletions
|
@ -3518,43 +3518,6 @@ class ApiTest extends FixtureTest
|
|||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_remoteauth() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiFriendicaRemoteauth()
|
||||
{
|
||||
$this->expectException(\Friendica\Network\HTTPException\BadRequestException::class);
|
||||
api_friendica_remoteauth();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_remoteauth() function with an URL.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiFriendicaRemoteauthWithUrl()
|
||||
{
|
||||
$this->expectException(\Friendica\Network\HTTPException\BadRequestException::class);
|
||||
$_GET['url'] = 'url';
|
||||
$_GET['c_url'] = 'url';
|
||||
api_friendica_remoteauth();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_remoteauth() function with a correct URL.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiFriendicaRemoteauthWithCorrectUrl()
|
||||
{
|
||||
$this->markTestIncomplete("We can't use an assertion here because of App->redirect().");
|
||||
$_GET['url'] = 'url';
|
||||
$_GET['c_url'] = $this->selfUser['nurl'];
|
||||
api_friendica_remoteauth();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_share_as_retweet() function.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue