Index: trunk/phase3/maintenance/tests/phpunit/bootstrap.php |
— | — | @@ -35,12 +35,11 @@ |
36 | 36 | public $regex = ''; |
37 | 37 | public $runDisabled = false; |
38 | 38 | |
39 | | - |
40 | 39 | function __construct( PHPUnit_Framework_TestSuite $suite = null ) { |
41 | 40 | if ( null !== $suite ) { |
42 | 41 | $this->suite = $suite; |
43 | 42 | } |
44 | | - } |
| 43 | + } |
45 | 44 | |
46 | 45 | function __call( $func, $args ) { |
47 | 46 | if ( method_exists( $this->suite, $func ) ) { |