diff --git a/tests/phpunit/skins/SkinMinervaTest.php b/tests/phpunit/skins/SkinMinervaTest.php index c055a9a..5a44e38 100644 --- a/tests/phpunit/skins/SkinMinervaTest.php +++ b/tests/phpunit/skins/SkinMinervaTest.php @@ -103,7 +103,7 @@ class SkinMinervaTest extends MediaWikiTestCase { * @param bool $expected * @covers ::setContext * @covers ::setSkinOptions - * @covers::hasCategoryLinks + * @covers ::hasCategoryLinks */ public function testHasCategoryLinks( array $categoryLinks, $expected ) { $outputPage = $this->getMockBuilder( OutputPage::class )