Fixup tabs/whitespace
authorSam Reed <reedy@users.mediawiki.org>
Wed, 13 Oct 2010 23:44:41 +0000 (23:44 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 13 Oct 2010 23:44:41 +0000 (23:44 +0000)
maintenance/tests/phpunit/bootstrap.php

index 594db1b..d38652c 100644 (file)
@@ -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 ) ) {