Merge "Use namespace for ServiceWiringTest"

This commit is contained in:
jenkins-bot 2024-10-10 16:45:08 +00:00 committed by Gerrit Code Review
commit 12e5a3a1cf

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