Move Linker::getLinkColour() into LinkRenderer
[lhc/web/wiklou.git] / tests / phpunit / includes / LinkerTest.php
index 0dc12c7..1126afe 100644 (file)
@@ -427,6 +427,7 @@ class LinkerTest extends MediaWikiLangTestCase {
         * @covers Linker::getLinkColour
         */
        public function testGetLinkColour() {
+               $this->hideDeprecated( 'Linker::getLinkColour' );
                $linkCache = MediaWikiServices::getInstance()->getLinkCache();
                $foobarTitle = Title::makeTitle( NS_MAIN, 'FooBar' );
                $redirectTitle = Title::makeTitle( NS_MAIN, 'Redirect' );