aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/filebackend/SwiftFileBackendTest.php')
-rw-r--r--tests/phpunit/includes/filebackend/SwiftFileBackendTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php
index b57af25a494a..35eca28f7e00 100644
--- a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php
+++ b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php
@@ -22,7 +22,7 @@ class SwiftFileBackendTest extends MediaWikiTestCase {
$this->backend = TestingAccessWrapper::newFromObject(
new SwiftFileBackend( [
'name' => 'local-swift-testing',
- 'class' => 'SwiftFileBackend',
+ 'class' => SwiftFileBackend::class,
'wikiId' => 'unit-testing',
'lockManager' => LockManagerGroup::singleton()->get( 'fsLockManager' ),
'swiftAuthUrl' => 'http://127.0.0.1:8080/auth', // unused