aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/session/SessionBackendTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/session/SessionBackendTest.php')
-rw-r--r--tests/phpunit/includes/session/SessionBackendTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/session/SessionBackendTest.php b/tests/phpunit/includes/session/SessionBackendTest.php
index fa0020d3dfc4..69a34222eb97 100644
--- a/tests/phpunit/includes/session/SessionBackendTest.php
+++ b/tests/phpunit/includes/session/SessionBackendTest.php
@@ -3,7 +3,6 @@
namespace MediaWiki\Tests\Session;
use BadMethodCallException;
-use CachedBagOStuff;
use DummySessionProvider;
use InvalidArgumentException;
use MediaWiki\Config\Config;
@@ -23,6 +22,7 @@ use MediaWiki\User\User;
use MediaWikiIntegrationTestCase;
use Psr\Log\NullLogger;
use UnexpectedValueException;
+use Wikimedia\ObjectCache\CachedBagOStuff;
use Wikimedia\ScopedCallback;
use Wikimedia\TestingAccessWrapper;