]> git.mxchange.org Git - friendica.git/blobdiff - tests/ApiTest.php
Bugfixing executable (Mocking the executable)
[friendica.git] / tests / ApiTest.php
index 4d6d6f082be26f57355d27c483fc61853ba17c4a..c509c7d2a4233b3ea69ab5b7a6d823246ae357da 100644 (file)
@@ -3379,7 +3379,7 @@ class ApiTest extends DatabaseTest
         */
        public function testApiFriendicaRemoteauthWithCorrectUrl()
        {
-               $this->markTestIncomplete("We can't use an assertion here because of goaway().");
+               $this->markTestIncomplete("We can't use an assertion here because of App->redirect().");
                $_GET['url'] = 'url';
                $_GET['c_url'] = $this->selfUser['nurl'];
                api_friendica_remoteauth();