Index: trunk/phase3/maintenance/tests/LocalFileTest.php |
— | — | @@ -4,8 +4,6 @@ |
5 | 5 | * These tests should work regardless of $wgCapitalLinks |
6 | 6 | */ |
7 | 7 | |
8 | | -require_once( 'Namespace.php' ); |
9 | | - |
10 | 8 | class LocalFileTest extends PHPUnit_Framework_TestCase { |
11 | 9 | function setUp() { |
12 | 10 | global $wgContLang; |
Index: trunk/phase3/maintenance/tests/LanguageConverterTest.php |
— | — | @@ -1,7 +1,5 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -require_once( 'ProxyTools.php' ); |
5 | | - |
6 | 4 | class LanguageConverterTest extends PHPUnit_Framework_TestCase { |
7 | 5 | protected $lang = null; |
8 | 6 | protected $lc = null; |
Index: trunk/phase3/maintenance/tests/ImageFunctionsTest.php |
— | — | @@ -1,7 +1,5 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -require_once( 'ImageFunctions.php' ); |
5 | | - |
6 | 4 | class ImageFunctionsTest extends PHPUnit_Framework_TestCase { |
7 | 5 | function testFitBoxWidth() { |
8 | 6 | $vals = array( |