r105834 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r105833
|
r105834
|
r105835
>
Date:
22:39, 11 December 2011
Author:
reedy
Status:
reverted
Tags:
Comment:
Mark testPurgeMainPage broken after
r105828
and
r105833
PhpUnit is more than broken locally (and phpunit.de is down)
Modified paths:
/trunk/phase3/tests/phpunit/includes/api/ApiPurgeTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit/includes/api/ApiPurgeTest.php
—
—
@@ -11,6 +11,7 @@
12
12
}
13
13
14
14
function testPurgeMainPage() {
15
+ $this->markTestIncomplete( "Broken" );
15
16
if ( !Title::newFromText( 'UTPage' )->exists() ) {
16
17
$this->markTestIncomplete( "The article [[UTPage]] does not exist" );
17
18
}
Follow-up revisions
Revision
Commit summary
Author
Date
r105838
Revert
r105834
, WMF locally after fixing PHPUnit
reedy
23:29, 11 December 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r105828
* (
bug 32495
) API should allow purge by pageids....
reedy
20:43, 11 December 2011
r105833
Attempt to fix tests broken by
r105828
...
reedy
21:49, 11 December 2011
Status & tagging log
23:32, 11 December 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r105834
[
removed:
new
added:
reverted]