Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php |
— | — | @@ -801,10 +801,6 @@ |
802 | 802 | } |
803 | 803 | } |
804 | 804 | |
805 | | - public function showRunFile( $file ) { |
806 | | - /* NOP */ |
807 | | - } |
808 | | - |
809 | 805 | //Test options parser functions |
810 | 806 | |
811 | 807 | protected function parseOptions( $instring ) { |
Index: trunk/phase3/tests/testHelpers.inc |
— | — | @@ -12,8 +12,6 @@ |
13 | 13 | private $eof; |
14 | 14 | |
15 | 15 | function __construct( $file, $parserTest ) { |
16 | | - global $IP; |
17 | | - |
18 | 16 | $this->file = $file; |
19 | 17 | $this->fh = fopen( $this->file, "rt" ); |
20 | 18 | |
— | — | @@ -22,7 +20,6 @@ |
23 | 21 | } |
24 | 22 | |
25 | 23 | $this->parserTest = $parserTest; |
26 | | - $this->parserTest->showRunFile( wfRelativePath( $this->file, $IP ) ); |
27 | 24 | |
28 | 25 | $this->lineNum = $this->index = 0; |
29 | 26 | } |