Another @group Broken
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 8 Jan 2012 16:40:05 +0000 (16:40 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 8 Jan 2012 16:40:05 +0000 (16:40 +0000)
tests/phpunit/includes/api/ApiPurgeTest.php

index 38ad8cc..70c2074 100644 (file)
@@ -10,8 +10,10 @@ class ApiPurgeTest extends ApiTestCase {
                $this->doLogin();
        }
 
+       /**
+        * @group Broken
+        */
        function testPurgeMainPage() {
-               $this->markTestIncomplete( "Broken" );
                if ( !Title::newFromText( 'UTPage' )->exists() ) {
                        $this->markTestIncomplete( "The article [[UTPage]] does not exist" );
                }