Index: trunk/phase3/tests/phpunit/MediaWikiTestCase.php |
— | — | @@ -125,7 +125,6 @@ |
126 | 126 | } |
127 | 127 | |
128 | 128 | protected function destroyDB() { |
129 | | - global $wgDBprefix; |
130 | 129 | |
131 | 130 | if ( $this->useTemporaryTables ) { |
132 | 131 | # Don't need to do anything |
Index: trunk/phase3/tests/phpunit/includes/parser/NewParserHelpers.php |
— | — | @@ -11,8 +11,6 @@ |
12 | 12 | protected $eof; |
13 | 13 | |
14 | 14 | function __construct( $file, $parserTest ) { |
15 | | - global $IP; |
16 | | - |
17 | 15 | $this->file = $file; |
18 | 16 | $this->fh = fopen( $this->file, "rt" ); |
19 | 17 | |