r61947 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61946‎ | r61947 | r61948 >
Date:19:30, 3 February 2010
Author:maxsem
Status:ok
Tags:
Comment:
rm superfuluous requires from tests
Modified paths:
  • /trunk/phase3/maintenance/tests/ImageFunctionsTest.php (modified) (history)
  • /trunk/phase3/maintenance/tests/LanguageConverterTest.php (modified) (history)
  • /trunk/phase3/maintenance/tests/LocalFileTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/LocalFileTest.php
@@ -4,8 +4,6 @@
55 * These tests should work regardless of $wgCapitalLinks
66 */
77
8 -require_once( 'Namespace.php' );
9 -
108 class LocalFileTest extends PHPUnit_Framework_TestCase {
119 function setUp() {
1210 global $wgContLang;
Index: trunk/phase3/maintenance/tests/LanguageConverterTest.php
@@ -1,7 +1,5 @@
22 <?php
33
4 -require_once( 'ProxyTools.php' );
5 -
64 class LanguageConverterTest extends PHPUnit_Framework_TestCase {
75 protected $lang = null;
86 protected $lc = null;
Index: trunk/phase3/maintenance/tests/ImageFunctionsTest.php
@@ -1,7 +1,5 @@
22 <?php
33
4 -require_once( 'ImageFunctions.php' );
5 -
64 class ImageFunctionsTest extends PHPUnit_Framework_TestCase {
75 function testFitBoxWidth() {
86 $vals = array(

Status & tagging log