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 @@
77 public function isUnExpired() { return parent::isUnExpired(); }
88 }
99
10 -class HttpTest extends PhpUnit_Framework_TestCase {
 10+class HttpTest extends PHPUnit_Framework_TestCase {
1111 static $content;
1212 static $headers;
1313 static $has_curl;

Status & tagging log