aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php')
-rw-r--r--tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php b/tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php
index 8c9a88f77872..4114e189511f 100644
--- a/tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php
+++ b/tests/phpunit/includes/auth/UserDataAuthenticationRequestTest.php
@@ -12,7 +12,7 @@ class UserDataAuthenticationRequestTest extends AuthenticationRequestTestCase {
return new UserDataAuthenticationRequest;
}
- protected function setUp() {
+ protected function setUp() : void {
parent::setUp();
$this->setMwGlobals( 'wgHiddenPrefs', [] );
}