r74228 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r74227
|
r74228
|
r74229
>
Date:
18:21, 3 October 2010
Author:
reedy
Status:
ok
Tags:
Comment:
Marking testApiGotCookie incomplete
$this->markTestIncomplete( "The server can't do external HTTP requests, and the internal one won't give cookies" );
Modified paths:
/trunk/phase3/maintenance/tests/phpunit/includes/api/ApiTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/tests/phpunit/includes/api/ApiTest.php
—
—
@@ -164,6 +164,8 @@
165
165
}
166
166
167
167
function testApiGotCookie() {
168
+ $this->markTestIncomplete( "The server can't do external HTTP requests, and the internal one won't give cookies" );
169
+
168
170
global $wgServer, $wgScriptPath;
169
171
170
172
if ( !isset( $wgServer ) ) {
Status & tagging log
20:57, 3 October 2010
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r74228
[
removed:
new
added:
ok]