]> git.mxchange.org Git - friendica.git/blobdiff - tests/include/ApiTest.php
API: Improve attachment removal functionality for the status text
[friendica.git] / tests / include / ApiTest.php
index 3410f3049df83a1660b9c7cd0c76ca1c773c653d..245529fb216ab835b5bbf386ca5f754815f8f6b1 100644 (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.
         *