diff options
Diffstat (limited to 'tests/phpunit/includes/api/ApiQueryRecentChangesIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiQueryRecentChangesIntegrationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/ApiQueryRecentChangesIntegrationTest.php b/tests/phpunit/includes/api/ApiQueryRecentChangesIntegrationTest.php index ff0e2e69a8e8..c96f28efeed9 100644 --- a/tests/phpunit/includes/api/ApiQueryRecentChangesIntegrationTest.php +++ b/tests/phpunit/includes/api/ApiQueryRecentChangesIntegrationTest.php @@ -19,7 +19,7 @@ class ApiQueryRecentChangesIntegrationTest extends ApiTestCase { $this->tablesUsed[] = 'page'; } - protected function setUp() { + protected function setUp() : void { parent::setUp(); self::$users['ApiQueryRecentChangesIntegrationTestUser'] = $this->getMutableTestUser(); |