From 5d3c9b7788947801eb42ee8a073739f824572f4f Mon Sep 17 00:00:00 2001 From: Fomafix Date: Fri, 20 Sep 2024 09:31:00 +0000 Subject: [PATCH] Use namespace for ServiceWiringTest Change-Id: I4cebe9b0f28160a13f0cd8360c90b3463eaf94fb --- ...egoryTreeServiceWiringTest.php => ServiceWiringTest.php} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename tests/phpunit/{CategoryTreeServiceWiringTest.php => ServiceWiringTest.php} (77%) diff --git a/tests/phpunit/CategoryTreeServiceWiringTest.php b/tests/phpunit/ServiceWiringTest.php similarity index 77% rename from tests/phpunit/CategoryTreeServiceWiringTest.php rename to tests/phpunit/ServiceWiringTest.php index e2101112..cad128cc 100644 --- a/tests/phpunit/CategoryTreeServiceWiringTest.php +++ b/tests/phpunit/ServiceWiringTest.php @@ -5,10 +5,14 @@ * as it could not be included as it's in another extension. */ +namespace MediaWiki\Extension\CategoryTree\Tests; + +use MediaWikiIntegrationTestCase; + /** * @coversNothing */ -class CategoryTreeServiceWiringTest extends MediaWikiIntegrationTestCase { +class ServiceWiringTest extends MediaWikiIntegrationTestCase { /** * @dataProvider provideService */