diff options
author | Ebrahim Byagowi <ebrahim@gnu.org> | 2024-07-09 17:07:44 +0330 |
---|---|---|
committer | Ebrahim Byagowi <ebrahim@gnu.org> | 2024-07-10 00:14:54 +0330 |
commit | fab78547ad13e4579c728ad0f59a00d95e9eb53d (patch) | |
tree | 3fb786a84e9715fcb712207972e871975df6aed9 /tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php | |
parent | 0985ed781c261a35b2580ed41c4501c61f51b4cf (diff) | |
download | mediawikicore-fab78547ad13e4579c728ad0f59a00d95e9eb53d.tar.gz mediawikicore-fab78547ad13e4579c728ad0f59a00d95e9eb53d.zip |
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
Diffstat (limited to 'tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 |