From: Sam Reed Date: Wed, 13 Oct 2010 23:44:41 +0000 (+0000) Subject: Fixup tabs/whitespace X-Git-Tag: 1.31.0-rc.0~34513 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=746bdc1a7dc43ef7ebe1cd966a655b9556fd103e;p=lhc%2Fweb%2Fwiklou.git Fixup tabs/whitespace --- 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 ) ) {