diff options
Diffstat (limited to 'tests/parserTests.php')
-rw-r--r-- | tests/parserTests.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/parserTests.php b/tests/parserTests.php index 9965c438..5d21319b 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'] ) ) { |