rm superfuluous requires from tests
authorMax Semenik <maxsem@users.mediawiki.org>
Wed, 3 Feb 2010 19:30:36 +0000 (19:30 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Wed, 3 Feb 2010 19:30:36 +0000 (19:30 +0000)
maintenance/tests/ImageFunctionsTest.php
maintenance/tests/LanguageConverterTest.php
maintenance/tests/LocalFileTest.php

index f06bc88..9794a2a 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once( 'ImageFunctions.php' );
-
 class ImageFunctionsTest extends PHPUnit_Framework_TestCase {
        function testFitBoxWidth() {
                $vals = array(
index 8d79177..22b396e 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once( 'ProxyTools.php' );
-
 class LanguageConverterTest extends PHPUnit_Framework_TestCase {
        protected $lang = null;
        protected $lc = null;
index 407ea6b..e57798b 100644 (file)
@@ -4,8 +4,6 @@
  * These tests should work regardless of $wgCapitalLinks
  */
 
-require_once( 'Namespace.php' );
-
 class LocalFileTest extends PHPUnit_Framework_TestCase {
        function setUp() {
                global $wgContLang;