From: DannyS712 Date: Sun, 18 Aug 2019 03:42:02 +0000 (+0000) Subject: Fix doc for MediaWikiIntegrationTestCase::getTestSysop X-Git-Tag: 1.34.0-rc.0~688^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=6dd07c38bf4e80c577ddfe0825ac8f58e59ed6bd;p=lhc%2Fweb%2Fwiklou.git Fix doc for MediaWikiIntegrationTestCase::getTestSysop Bug: T230670 Change-Id: Icd57ef2f6268d362a0912931911c46f93165d4ff --- 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() {