From: Chad Horohoe Date: Sun, 8 Jan 2012 16:40:05 +0000 (+0000) Subject: Another @group Broken X-Git-Tag: 1.31.0-rc.0~25428 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=d455b3b267aea35fc67f7bab8df54b4d5d2020be;p=lhc%2Fweb%2Fwiklou.git Another @group Broken --- diff --git a/tests/phpunit/includes/api/ApiPurgeTest.php b/tests/phpunit/includes/api/ApiPurgeTest.php index 38ad8ccab8..70c20746ff 100644 --- a/tests/phpunit/includes/api/ApiPurgeTest.php +++ b/tests/phpunit/includes/api/ApiPurgeTest.php @@ -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" ); }