Index: trunk/phase3/tests/phpunit/includes/api/ApiPurgeTest.php |
— | — | @@ -10,8 +10,10 @@ |
11 | 11 | $this->doLogin(); |
12 | 12 | } |
13 | 13 | |
| 14 | + /** |
| 15 | + * @group Broken |
| 16 | + */ |
14 | 17 | function testPurgeMainPage() { |
15 | | - $this->markTestIncomplete( "Broken" ); |
16 | 18 | if ( !Title::newFromText( 'UTPage' )->exists() ) { |
17 | 19 | $this->markTestIncomplete( "The article [[UTPage]] does not exist" ); |
18 | 20 | } |