diff options
Diffstat (limited to 'tests/phpunit/includes/filerepo/StoreBatchTest.php')
-rw-r--r-- | tests/phpunit/includes/filerepo/StoreBatchTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/filerepo/StoreBatchTest.php b/tests/phpunit/includes/filerepo/StoreBatchTest.php index 337c65c4b763..fb13b42a67b5 100644 --- a/tests/phpunit/includes/filerepo/StoreBatchTest.php +++ b/tests/phpunit/includes/filerepo/StoreBatchTest.php @@ -11,7 +11,7 @@ class StoreBatchTest extends MediaWikiTestCase { /** @var FileRepo */ protected $repo; - protected function setUp() { + protected function setUp() : void { global $wgFileBackends; parent::setUp(); @@ -51,7 +51,7 @@ class StoreBatchTest extends MediaWikiTestCase { $this->createdFiles = []; } - protected function tearDown() { + protected function tearDown() : void { // Delete files $this->repo->cleanupBatch( $this->createdFiles ); parent::tearDown(); |