Index: trunk/phase3/tests/TestsAutoLoader.php |
— | — | @@ -9,6 +9,7 @@ |
10 | 10 | 'MediaWikiTestCase' => "$testFolder/phpunit/MediaWikiTestCase.php", |
11 | 11 | 'MediaWikiPHPUnitCommand' => "$testFolder/phpunit/MediaWikiPHPUnitCommand.php", |
12 | 12 | 'MediaWikiLangTestCase' => "$testFolder/phpunit/MediaWikiLangTestCase.php", |
| 13 | + 'NewParserTest' => "$testFolder/phpunit/includes/parser/NewParserTest.php", |
13 | 14 | |
14 | 15 | //includes |
15 | 16 | 'BlockTest' => "$testFolder/phpunit/includes/BlockTest.php", |
Index: trunk/phase3/tests/testHelpers.inc |
— | — | @@ -460,7 +460,7 @@ |
461 | 461 | } |
462 | 462 | |
463 | 463 | if ( isset ( $this->sectionData[$this->section] ) ) { |
464 | | - throw new MWException( "duplicate section '$section' at line {$this->lineNum} of $this->file\n" ); |
| 464 | + throw new MWException( "duplicate section '$this->section' at line {$this->lineNum} of $this->file\n" ); |
465 | 465 | } |
466 | 466 | |
467 | 467 | $this->sectionData[$this->section] = ''; |
— | — | @@ -579,4 +579,4 @@ |
580 | 580 | $this->fnHooks[] = $fnHook; |
581 | 581 | } |
582 | 582 | |
583 | | -} |
\ No newline at end of file |
| 583 | +} |