From 6dd07c38bf4e80c577ddfe0825ac8f58e59ed6bd Mon Sep 17 00:00:00 2001 From: DannyS712 Date: Sun, 18 Aug 2019 03:42:02 +0000 Subject: [PATCH] Fix doc for MediaWikiIntegrationTestCase::getTestSysop Bug: T230670 Change-Id: Icd57ef2f6268d362a0912931911c46f93165d4ff --- tests/phpunit/MediaWikiIntegrationTestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/MediaWikiIntegrationTestCase.php b/tests/phpunit/MediaWikiIntegrationTestCase.php index 2f001324f7..aa43e5db25 100644 --- a/tests/phpunit/MediaWikiIntegrationTestCase.php +++ b/tests/phpunit/MediaWikiIntegrationTestCase.php @@ -222,7 +222,6 @@ abstract class MediaWikiIntegrationTestCase extends PHPUnit\Framework\TestCase { * * @since 1.28 * - * @param string[] $groups Groups the test user should be added to. * @return TestUser */ public static function getTestSysop() { -- 2.20.1