Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php |
— | — | @@ -384,6 +384,9 @@ |
385 | 385 | /** @dataProvider parserTestProvider */ |
386 | 386 | public function testParserTest( $desc, $input, $result, $opts, $config ) { |
387 | 387 | if ( !preg_match( '/' . $this->regex . '/', $desc ) ) return; //$this->markTestSkipped( 'Filtered out by the user' ); |
| 388 | + |
| 389 | + wfDebug( "Running parser test: $desc\n" ); |
| 390 | + |
388 | 391 | $opts = $this->parseOptions( $opts ); |
389 | 392 | $this->setupGlobals( $opts, $config ); |
390 | 393 | |