aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/utils/MWCryptHKDFTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/utils/MWCryptHKDFTest.php')
-rw-r--r--tests/phpunit/includes/utils/MWCryptHKDFTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/utils/MWCryptHKDFTest.php b/tests/phpunit/includes/utils/MWCryptHKDFTest.php
index 05a33c5af6f2..ff9737014edb 100644
--- a/tests/phpunit/includes/utils/MWCryptHKDFTest.php
+++ b/tests/phpunit/includes/utils/MWCryptHKDFTest.php
@@ -6,7 +6,7 @@
*/
class MWCryptHKDFTest extends MediaWikiTestCase {
- protected function setUp() {
+ protected function setUp() : void {
parent::setUp();
$this->setMwGlobals( 'wgSecretKey', '5bf1945342e67799cb50704a7fa19ac6' );