X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22naviguer%22%29%20.%20%22?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fparser%2FParserOutputTest.php;h=efcc4e079e4ea55b2a11c1bde77ac95163a9788b;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hp=8cc7ba12ea2dd5adfc7d3fd6936481af15ef334d;hpb=032428059eb010fafa09bac6ecfb0890d78ccfbf;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/parser/ParserOutputTest.php b/tests/phpunit/includes/parser/ParserOutputTest.php index 8cc7ba12ea..efcc4e079e 100644 --- a/tests/phpunit/includes/parser/ParserOutputTest.php +++ b/tests/phpunit/includes/parser/ParserOutputTest.php @@ -105,6 +105,8 @@ class ParserOutputTest extends MediaWikiTestCase { 'wgScriptPath' => '/w', 'wgScript' => '/w/index.php', ] ); + $this->hideDeprecated( 'ParserOutput stateful allowTOC' ); + $this->hideDeprecated( 'ParserOutput stateful enableSectionEditLinks' ); $po = new ParserOutput( $text );