X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2FparserTests.php;h=5d21319bac116b08185cbfd4ef3ae63c455a96bc;hb=6dbbd2a38621c2c2d40aa741a76dcc1c95999643;hp=9965c4382c55c1ee8b64837466a66f2abb5e5ec6;hpb=91b07c5e0950572fb41f7d8f466fb6b3bbe98be5;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parserTests.php b/tests/parserTests.php index 9965c4382c..5d21319bac 100644 --- a/tests/parserTests.php +++ b/tests/parserTests.php @@ -70,10 +70,6 @@ if ( $wgDBtype == 'sqlite' ) { } } -# There is a convention that the parser should never -# refer to $wgTitle directly, but instead use the title -# passed to it. -$wgTitle = Title::newFromText( 'Parser test script do not use' ); $tester = new ParserTest( $options ); if ( isset( $options['file'] ) ) {