From bf974861a22094cb87dd8f8e27ffdbb0fa1aaab7 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 29 Dec 2017 21:26:59 +0100 Subject: [PATCH] Fix spacing of @covers Change-Id: I61d2cd2cb4523433bda37f349cf5327bfb4c1b66 --- tests/phpunit/skins/SkinMinervaTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )