aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.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/integration/includes/filerepo/LocalAndForeignDBRepoTest.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/integration/includes/filerepo/LocalAndForeignDBRepoTest.php')
-rw-r--r--tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php b/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php
index f1538f90ae51..56ab4a797750 100644
--- a/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php
+++ b/tests/phpunit/integration/includes/filerepo/LocalAndForeignDBRepoTest.php
@@ -1,6 +1,7 @@
<?php
use MediaWiki\WikiMap\WikiMap;
+use Wikimedia\ObjectCache\HashBagOStuff;
class LocalAndForeignDBRepoTest extends MediaWikiIntegrationTestCase {
/**