]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Module/Api/Mastodon/ConversationsTest.php
Reenable Twitter/Destroy tests
[friendica.git] / tests / src / Module / Api / Mastodon / ConversationsTest.php
index 838c591c2f41e472d3c1eead3db352b7e546490b..e645cb8ddf3dfac459991fbbab1a8bed51df9f2d 100644 (file)
@@ -13,6 +13,8 @@ class ConversationsTest extends ApiTest
         */
        public function testApiConversationShow()
        {
+               self::markTestIncomplete('Needs Conversations to not set header during call (like at BaseApi::setLinkHeader');
+
                // $this->expectException(\Friendica\Network\HTTPException\BadRequestException::class);
                // api_conversation_show('json');
        }
@@ -24,6 +26,8 @@ class ConversationsTest extends ApiTest
         */
        public function testApiConversationShowWithId()
        {
+               self::markTestIncomplete('Needs Conversations to not set header during call (like at BaseApi::setLinkHeader');
+
                /*
                DI::args()->setArgv(['', '', '', 1]);
                $_REQUEST['max_id'] = 10;
@@ -43,6 +47,8 @@ class ConversationsTest extends ApiTest
         */
        public function testApiConversationShowWithUnallowedUser()
        {
+               self::markTestIncomplete('Needs Conversations to not set header during call (like at BaseApi::setLinkHeader');
+
                // $this->expectException(\Friendica\Network\HTTPException\UnauthorizedException::class);
                // BasicAuth::setCurrentUserID();
                // api_conversation_show('json');