diff options
Diffstat (limited to 'tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php b/tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php index 4ebaa0dc811d..f42ce9b8c270 100644 --- a/tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php +++ b/tests/phpunit/includes/api/ApiQueryWatchlistRawIntegrationTest.php @@ -11,7 +11,7 @@ use MediaWiki\MediaWikiServices; */ class ApiQueryWatchlistRawIntegrationTest extends ApiTestCase { - protected function setUp() { + protected function setUp() : void { parent::setUp(); self::$users['ApiQueryWatchlistRawIntegrationTestUser'] = $this->getMutableTestUser(); |