From fab78547ad13e4579c728ad0f59a00d95e9eb53d Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 9 Jul 2024 17:07:44 +0330 Subject: Add namespace to the root classes of ObjectCache And deprecated aliases for the the no namespaced classes. ReplicatedBagOStuff that already is deprecated isn't moved. Bug: T353458 Change-Id: Ie01962517e5b53e59b9721e9996d4f1ea95abb51 --- tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php') diff --git a/tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php b/tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php index 906d166aea19..32c7c41a2258 100644 --- a/tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php +++ b/tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php @@ -5,6 +5,7 @@ use MediaWiki\FileBackend\LockManager\LockManagerGroupFactory; use MediaWiki\MainConfigNames; use MediaWiki\Tests\Unit\DummyServicesTrait; use MediaWiki\WikiMap\WikiMap; +use Wikimedia\ObjectCache\EmptyBagOStuff; /** * @coversDefaultClass \MediaWiki\FileBackend\FileBackendGroup -- cgit v1.2.3