r84270 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84269‎ | r84270 | r84271 >
Date:21:45, 18 March 2011
Author:hashar
Status:ok
Tags:
Comment:
debugging statement when starting a phpunit parser test
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php (modified) (history)

Diff [purge]

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

Status & tagging log