Index: trunk/phase3/tests/phpunit/MediaWikiTestCase.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | parent::__construct( $name, $data, $dataName ); |
28 | 28 | |
29 | 29 | $this->backupGlobals = false; |
30 | | - $this->backupStaticAttributes = false; |
| 30 | + $this->backupStaticAttributes = false; |
31 | 31 | } |
32 | 32 | |
33 | 33 | function run( PHPUnit_Framework_TestResult $result = NULL ) { |