diff options
Diffstat (limited to 'tests/phpunit/includes/api/ApiUserrightsTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiUserrightsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/ApiUserrightsTest.php b/tests/phpunit/includes/api/ApiUserrightsTest.php index 5f78ac6ef365..c17d95da273a 100644 --- a/tests/phpunit/includes/api/ApiUserrightsTest.php +++ b/tests/phpunit/includes/api/ApiUserrightsTest.php @@ -12,7 +12,7 @@ use MediaWiki\MediaWikiServices; */ class ApiUserrightsTest extends ApiTestCase { - protected function setUp() { + protected function setUp() : void { parent::setUp(); $this->tablesUsed = array_merge( $this->tablesUsed, |