diff options
Diffstat (limited to 'tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php')
-rw-r--r-- | tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php b/tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php index dce9a92fcfdd..b3d531c476e6 100644 --- a/tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php +++ b/tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php @@ -2,7 +2,6 @@ namespace MediaWiki\Tests\Storage; -use BagOStuff; use Content; use ContentHandler; use DummyContentHandlerForTesting; @@ -38,6 +37,7 @@ use MediaWikiIntegrationTestCase; use MockTitleTrait; use ParserOptions; use PHPUnit\Framework\MockObject\MockObject; +use Wikimedia\ObjectCache\BagOStuff; use Wikimedia\Rdbms\Platform\ISQLPlatform; use Wikimedia\TestingAccessWrapper; use Wikimedia\Timestamp\ConvertibleTimestamp; |