r72374 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r72373
|
r72374
|
r72375
>
Date:
13:45, 4 September 2010
Author:
platonides
Status:
ok
Tags:
Comment:
Use canonical class name.
Modified paths:
/trunk/phase3/maintenance/tests/HttpTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/tests/HttpTest.php
—
—
@@ -6,7 +6,7 @@
7
7
public function isUnExpired() { return parent::isUnExpired(); }
8
8
}
9
9
10
-class HttpTest extends PhpUnit_Framework_TestCase {
10
+class HttpTest extends PHPUnit_Framework_TestCase {
11
11
static $content;
12
12
static $headers;
13
13
static $has_curl;
Status & tagging log
15:16, 26 September 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r72374
[
removed:
new
added:
ok]