r74748 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74747‎ | r74748 | r74749 >
Date:23:44, 13 October 2010
Author:reedy
Status:ok
Tags:
Comment:
Fixup tabs/whitespace
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/bootstrap.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/bootstrap.php
@@ -35,12 +35,11 @@
3636 public $regex = '';
3737 public $runDisabled = false;
3838
39 -
4039 function __construct( PHPUnit_Framework_TestSuite $suite = null ) {
4140 if ( null !== $suite ) {
4241 $this->suite = $suite;
4342 }
44 - }
 43+ }
4544
4645 function __call( $func, $args ) {
4746 if ( method_exists( $this->suite, $func ) ) {

Status & tagging log