Follow-up r65504. Use canonical class name.
authorPlatonides <platonides@users.mediawiki.org>
Fri, 3 Sep 2010 22:07:46 +0000 (22:07 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Fri, 3 Sep 2010 22:07:46 +0000 (22:07 +0000)
maintenance/tests/TitlePermissionTest.php

index 34c8735..a3270fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-class TitlePermissionTest extends PhpUnit_Framework_TestCase {
+class TitlePermissionTest extends PHPUnit_Framework_TestCase {
        static $title;
        static $user;
        static $anonUser;