From 746bdc1a7dc43ef7ebe1cd966a655b9556fd103e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 13 Oct 2010 23:44:41 +0000 Subject: [PATCH] Fixup tabs/whitespace --- maintenance/tests/phpunit/bootstrap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maintenance/tests/phpunit/bootstrap.php b/maintenance/tests/phpunit/bootstrap.php index 594db1b71d..d38652c2d6 100644 --- a/maintenance/tests/phpunit/bootstrap.php +++ b/maintenance/tests/phpunit/bootstrap.php @@ -35,12 +35,11 @@ abstract class MediaWikiTestSetup extends PHPUnit_Framework_TestCase { public $regex = ''; public $runDisabled = false; - function __construct( PHPUnit_Framework_TestSuite $suite = null ) { if ( null !== $suite ) { $this->suite = $suite; } - } + } function __call( $func, $args ) { if ( method_exists( $this->suite, $func ) ) { -- 2.20.1