Fix spacing of @covers

Change-Id: I61d2cd2cb4523433bda37f349cf5327bfb4c1b66
This commit is contained in:
Umherirrender 2017-12-29 21:26:59 +01:00
parent 80241cc1cb
commit bf974861a2
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class SkinMinervaTest extends MediaWikiTestCase {
* @param bool $expected * @param bool $expected
* @covers ::setContext * @covers ::setContext
* @covers ::setSkinOptions * @covers ::setSkinOptions
* @covers::hasCategoryLinks * @covers ::hasCategoryLinks
*/ */
public function testHasCategoryLinks( array $categoryLinks, $expected ) { public function testHasCategoryLinks( array $categoryLinks, $expected ) {
$outputPage = $this->getMockBuilder( OutputPage::class ) $outputPage = $this->getMockBuilder( OutputPage::class )