aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/Settings/Cache/CachedSourceTest.php
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2024-07-09 17:07:44 +0330
committerEbrahim Byagowi <ebrahim@gnu.org>2024-07-10 00:14:54 +0330
commitfab78547ad13e4579c728ad0f59a00d95e9eb53d (patch)
tree3fb786a84e9715fcb712207972e871975df6aed9 /tests/phpunit/unit/includes/Settings/Cache/CachedSourceTest.php
parent0985ed781c261a35b2580ed41c4501c61f51b4cf (diff)
downloadmediawikicore-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/unit/includes/Settings/Cache/CachedSourceTest.php')
-rw-r--r--tests/phpunit/unit/includes/Settings/Cache/CachedSourceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/unit/includes/Settings/Cache/CachedSourceTest.php b/tests/phpunit/unit/includes/Settings/Cache/CachedSourceTest.php
index fdc262ece100..aff3d636547c 100644
--- a/tests/phpunit/unit/includes/Settings/Cache/CachedSourceTest.php
+++ b/tests/phpunit/unit/includes/Settings/Cache/CachedSourceTest.php
@@ -2,11 +2,11 @@
namespace MediaWiki\Tests\Unit\Settings\Cache;
-use HashBagOStuff;
use MediaWiki\Settings\Cache\CacheableSource;
use MediaWiki\Settings\Cache\CachedSource;
use MediaWiki\Settings\SettingsBuilderException;
use PHPUnit\Framework\TestCase;
+use Wikimedia\ObjectCache\HashBagOStuff;
/**
* @covers \MediaWiki\Settings\Cache\CachedSource