diff options
Diffstat (limited to 'tests/phpunit/includes/filebackend/filejournal/DBFileJournalIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/filebackend/filejournal/DBFileJournalIntegrationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/filebackend/filejournal/DBFileJournalIntegrationTest.php b/tests/phpunit/includes/filebackend/filejournal/DBFileJournalIntegrationTest.php index 9a0ba1c57497..8c4a453575d7 100644 --- a/tests/phpunit/includes/filebackend/filejournal/DBFileJournalIntegrationTest.php +++ b/tests/phpunit/includes/filebackend/filejournal/DBFileJournalIntegrationTest.php @@ -21,7 +21,7 @@ class DBFileJournalIntegrationTest extends MediaWikiIntegrationTestCase { } } - protected function setUp() { + protected function setUp() : void { parent::setUp(); $db = MediaWikiServices::getInstance()->getDBLoadBalancer()->getConnection( DB_MASTER ); |