aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php')
-rw-r--r--tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php b/tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php
index d5760ed4b261..98cac4dd3445 100644
--- a/tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php
+++ b/tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php
@@ -12,7 +12,7 @@ class MessageBlobStoreTest extends PHPUnit\Framework\TestCase {
const NAME = 'test.blobstore';
- protected function setUp() {
+ protected function setUp() : void {
parent::setUp();
// MediaWiki's test wrapper sets $wgMainWANCache to CACHE_NONE.
// Use HashBagOStuff here so that we can observe caching.