debugging statement when starting a phpunit parser test
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 18 Mar 2011 21:45:32 +0000 (21:45 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 18 Mar 2011 21:45:32 +0000 (21:45 +0000)
tests/phpunit/includes/parser/NewParserTest.php

index 5d52d7d..b37f8c3 100644 (file)
@@ -384,6 +384,9 @@ class NewParserTest extends MediaWikiTestCase {
        /** @dataProvider parserTestProvider */
        public function testParserTest( $desc, $input, $result, $opts, $config ) {
                if ( !preg_match( '/' . $this->regex . '/', $desc ) ) return; //$this->markTestSkipped( 'Filtered out by the user' );
+
+               wfDebug( "Running parser test: $desc\n" );
+
                $opts = $this->parseOptions( $opts );
                $this->setupGlobals( $opts, $config );