Marking testApiGotCookie incomplete
authorSam Reed <reedy@users.mediawiki.org>
Sun, 3 Oct 2010 18:21:58 +0000 (18:21 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 3 Oct 2010 18:21:58 +0000 (18:21 +0000)
$this->markTestIncomplete( "The server can't do external HTTP requests, and the internal one won't give cookies"  );

maintenance/tests/phpunit/includes/api/ApiTest.php

index f031157..bd849af 100644 (file)
@@ -164,6 +164,8 @@ class ApiTest extends ApiTestSetup {
        }
 
        function testApiGotCookie() {
+               $this->markTestIncomplete( "The server can't do external HTTP requests, and the internal one won't give cookies"  );
+
                global $wgServer, $wgScriptPath;
 
                if ( !isset( $wgServer ) ) {