mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Merge "Use namespace for ServiceWiringTest"
This commit is contained in:
commit
12e5a3a1cf
|
@ -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
|
||||
*/
|
Loading…
Reference in a new issue