Remove comments literally repeating the next line of code
[lhc/web/wiklou.git] / tests / phpunit / includes / linker / LinkRendererTest.php
index d550dcb..9b1a3dd 100644 (file)
@@ -55,7 +55,6 @@ class LinkRendererTest extends MediaWikiLangTestCase {
                        $linkRenderer->makeKnownLink( $target, null, [], [ 'foo' => 'bar' ] )
                );
 
-               // forcearticlepath
                $linkRenderer->setForceArticlePath( true );
                $this->assertEquals(
                        '<a href="/wiki/Foobar?foo=bar" title="Foobar">Foobar</a>',