From 9b09bf31121f9ecea21659ba2004d2aca8d267c6 Mon Sep 17 00:00:00 2001 From: Alexander Vorwerk Date: Wed, 9 Mar 2022 23:16:22 +0100 Subject: Use updated ObjectFactory namespace Depends-On: I99c5e5664d2401c36a9890f148eba7c25e6e8324 Depends-On: I48ab818b2965da14af15ef370aa83ad9455badd9 Depends-On: I018371e4b77911e56152ca7b2df734afc73f58a5 Change-Id: I04ebdb52102f6191d49a9cc70b1f98308299e72f --- tests/phpunit/unit/includes/api/ApiModuleManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/phpunit/unit/includes/api/ApiModuleManagerTest.php') diff --git a/tests/phpunit/unit/includes/api/ApiModuleManagerTest.php b/tests/phpunit/unit/includes/api/ApiModuleManagerTest.php index c984544a8e2f..f64a9afa81b4 100644 --- a/tests/phpunit/unit/includes/api/ApiModuleManagerTest.php +++ b/tests/phpunit/unit/includes/api/ApiModuleManagerTest.php @@ -2,7 +2,7 @@ use MediaWiki\User\UserFactory; use Psr\Container\ContainerInterface; -use Wikimedia\ObjectFactory; +use Wikimedia\ObjectFactory\ObjectFactory; /** * @covers ApiModuleManager -- cgit v1.2.3