1
0
Fork 0

Remove unused killme()

This commit is contained in:
Philipp Holzer 2020-01-04 23:43:13 +01:00
commit 244f440d97
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
4 changed files with 3 additions and 13 deletions

View file

@ -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');
}
/**