summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/tests/phpunit/ServicesTest.php')
-rw-r--r--MLEB/Translate/tests/phpunit/ServicesTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLEB/Translate/tests/phpunit/ServicesTest.php b/MLEB/Translate/tests/phpunit/ServicesTest.php
index c5cca12e..13676178 100644
--- a/MLEB/Translate/tests/phpunit/ServicesTest.php
+++ b/MLEB/Translate/tests/phpunit/ServicesTest.php
@@ -1,12 +1,12 @@
<?php
declare( strict_types = 1 );
-use MediaWiki\Extensions\Translate\Services;
+use MediaWiki\Extension\Translate\Services;
/**
* @author Niklas Laxström
* @license GPL-2.0-or-later
- * @covers \MediaWiki\Extensions\Translate\Services
+ * @covers \MediaWiki\Extension\Translate\Services
*/
class ServicesTest extends MediaWikiIntegrationTestCase {
public function testNoExceptions() {