mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +00:00
Remove unused killme()
This commit is contained in:
parent
f0eea6f875
commit
244f440d97
4 changed files with 3 additions and 13 deletions
|
@ -3305,7 +3305,7 @@ class ApiTest extends DatabaseTest
|
|||
*/
|
||||
public function testApiOauthRequestToken()
|
||||
{
|
||||
$this->markTestIncomplete('killme() kills phpunit as well');
|
||||
$this->markTestIncomplete('exit() kills phpunit as well');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -3315,7 +3315,7 @@ class ApiTest extends DatabaseTest
|
|||
*/
|
||||
public function testApiOauthAccessToken()
|
||||
{
|
||||
$this->markTestIncomplete('killme() kills phpunit as well');
|
||||
$this->markTestIncomplete('exit() kills phpunit as well');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue