aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/Storage/SqlBlobStoreTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/Storage/SqlBlobStoreTest.php')
-rw-r--r--tests/phpunit/includes/Storage/SqlBlobStoreTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/Storage/SqlBlobStoreTest.php b/tests/phpunit/includes/Storage/SqlBlobStoreTest.php
index e04f8169853d..718e874437c2 100644
--- a/tests/phpunit/includes/Storage/SqlBlobStoreTest.php
+++ b/tests/phpunit/includes/Storage/SqlBlobStoreTest.php
@@ -5,7 +5,6 @@ namespace MediaWiki\Tests\Storage;
use ConcatenatedGzipHistoryBlob;
use ExternalStoreAccess;
use ExternalStoreFactory;
-use HashBagOStuff;
use InvalidArgumentException;
use MediaWiki\Storage\BadBlobException;
use MediaWiki\Storage\BlobAccessException;
@@ -13,6 +12,7 @@ use MediaWiki\Storage\SqlBlobStore;
use MediaWikiIntegrationTestCase;
use StatusValue;
use WANObjectCache;
+use Wikimedia\ObjectCache\HashBagOStuff;
use Wikimedia\Rdbms\LoadBalancer;
/**