diff options
Diffstat (limited to 'tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php b/tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php index f7f2b6341bd6..676391601bd8 100644 --- a/tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php +++ b/tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php @@ -54,7 +54,7 @@ class FileBackendIntegrationTest extends MediaWikiIntegrationTestCase { public $singleBackend; private static $backendToUse; - protected function setUp() { + protected function setUp() : void { global $wgFileBackends; parent::setUp(); $tmpDir = $this->getNewTempDirectory(); |