From: Sam Reed Date: Sun, 11 Dec 2011 23:29:06 +0000 (+0000) Subject: Revert r105834, WMF locally after fixing PHPUnit X-Git-Tag: 1.31.0-rc.0~26064 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=24d9a9f1799b52ec4fee393ef4d9afa52fc330b4;p=lhc%2Fweb%2Fwiklou.git Revert r105834, WMF locally after fixing PHPUnit --- diff --git a/tests/phpunit/includes/api/ApiPurgeTest.php b/tests/phpunit/includes/api/ApiPurgeTest.php index 04e2dda394..553cd26675 100644 --- a/tests/phpunit/includes/api/ApiPurgeTest.php +++ b/tests/phpunit/includes/api/ApiPurgeTest.php @@ -11,7 +11,6 @@ class ApiPurgeTest extends ApiTestCase { } function testPurgeMainPage() { - $this->markTestIncomplete( "Broken" ); if ( !Title::newFromText( 'UTPage' )->exists() ) { $this->markTestIncomplete( "The article [[UTPage]] does not exist" ); }