API: Improve attachment removal functionality for the status text

This commit is contained in:
Michael 2019-12-02 21:19:47 +00:00
commit 164e6b350d
2 changed files with 2 additions and 43 deletions

View file

@ -3775,16 +3775,6 @@ class ApiTest extends DatabaseTest
$this->assertEquals('some_text [url="some_url"]"some_url"[/url]', $result);
}
/**
* Test the api_clean_attachments() function.
*
* @return void
*/
public function testApiCleanAttachments()
{
$this->markTestIncomplete();
}
/**
* Test the api_best_nickname() function.
*