Use namespace for ServiceWiringTest

Change-Id: I4cebe9b0f28160a13f0cd8360c90b3463eaf94fb
This commit is contained in:
Fomafix 2024-09-20 09:31:00 +00:00
parent f6b9e3a473
commit 5d3c9b7788

View file

@ -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
*/