Use canonical class name.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 4 Sep 2010 13:45:14 +0000 (13:45 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 4 Sep 2010 13:45:14 +0000 (13:45 +0000)
maintenance/tests/HttpTest.php

index f3df5ab..022fa48 100644 (file)
@@ -6,7 +6,7 @@ class MockCookie extends Cookie {
        public function isUnExpired() { return parent::isUnExpired(); }
 }
 
-class HttpTest extends PhpUnit_Framework_TestCase {
+class HttpTest extends PHPUnit_Framework_TestCase {
        static $content;
        static $headers;
        static $has_curl;