X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FExtraParserTest.php;h=6e699bc3beaba950b305ece50981f1264d3c08e0;hb=13832025a46df3e0edd658dfb756159c2c5ac722;hp=fc317b719804e66e439a47e368931e0529150772;hpb=a997803cd6cf97da234e6d5b363e135806a7414b;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/ExtraParserTest.php b/tests/phpunit/includes/ExtraParserTest.php index fc317b7198..6e699bc3be 100644 --- a/tests/phpunit/includes/ExtraParserTest.php +++ b/tests/phpunit/includes/ExtraParserTest.php @@ -1,6 +1,7 @@ parser->startExternalParse( Title::newFromText( __FUNCTION__ ), $this->options, Parser::OT_HTML ); - $output = $this->parser->parseLinkParameter( $input ); + $output = TestingAccessWrapper::newFromObject( $this->parser ) + ->parseLinkParameterPrivate( $input ); $this->assertEquals( $expected[0], $output[0], "$desc (type)" );