mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Cleanup: Remove already deprecated API tests
This commit is contained in:
parent
0f40aec0e3
commit
84ca2d6e98
1 changed files with 0 additions and 112 deletions
|
@ -1189,28 +1189,6 @@ class ApiTest extends FixtureTest
|
|||
// self::assertArrayHasKey('user', $result);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Test the api_oauth_request_token() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiOauthRequestToken()
|
||||
{
|
||||
$this->markTestIncomplete('exit() kills phpunit as well');
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_oauth_access_token() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiOauthAccessToken()
|
||||
{
|
||||
$this->markTestIncomplete('exit() kills phpunit as well');
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_fr_photos_list() function.
|
||||
*
|
||||
|
@ -1423,26 +1401,6 @@ class ApiTest extends FixtureTest
|
|||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_share_as_retweet() function with a valid item.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiShareAsRetweetWithValidItem()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_in_reply_to() function with a valid item.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiInReplyToWithValidItem()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_clean_plain_items() function.
|
||||
*
|
||||
|
@ -1455,16 +1413,6 @@ class ApiTest extends FixtureTest
|
|||
//self::assertEquals('some_text [url="some_url"]"some_url"[/url]', $result);
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_best_nickname() function with contacts.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiBestNicknameWithContacts()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_group_show() function.
|
||||
*
|
||||
|
@ -1475,16 +1423,6 @@ class ApiTest extends FixtureTest
|
|||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_group_delete() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiFriendicaGroupDelete()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_lists_destroy() function.
|
||||
*
|
||||
|
@ -1525,16 +1463,6 @@ class ApiTest extends FixtureTest
|
|||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_group_update() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiFriendicaGroupUpdate()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_lists_update() function.
|
||||
*
|
||||
|
@ -1544,44 +1472,4 @@ class ApiTest extends FixtureTest
|
|||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_activity() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiFriendicaActivity()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_notification_seen() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiFriendicaNotificationSeen()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_direct_messages_setseen() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiFriendicaDirectMessagesSetseen()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/**
|
||||
* Test the api_friendica_direct_messages_search() function.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testApiFriendicaDirectMessagesSearch()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue