aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiFeedRecentChangesTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/api/ApiFeedRecentChangesTest.php')
-rw-r--r--tests/phpunit/includes/api/ApiFeedRecentChangesTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/phpunit/includes/api/ApiFeedRecentChangesTest.php b/tests/phpunit/includes/api/ApiFeedRecentChangesTest.php
index 34199e892b38..686beb186159 100644
--- a/tests/phpunit/includes/api/ApiFeedRecentChangesTest.php
+++ b/tests/phpunit/includes/api/ApiFeedRecentChangesTest.php
@@ -2,16 +2,16 @@
namespace MediaWiki\Tests\Api;
-use ApiBase;
-use ApiFeedRecentChanges;
-use ApiMain;
+use MediaWiki\Api\ApiBase;
+use MediaWiki\Api\ApiFeedRecentChanges;
+use MediaWiki\Api\ApiMain;
use MediaWiki\Context\RequestContext;
use MediaWiki\Tests\User\TempUser\TempUserTestTrait;
use MediaWikiIntegrationTestCase;
/**
* @group API
- * @covers \ApiFeedRecentChanges
+ * @covers \MediaWiki\Api\ApiFeedRecentChanges
*/
class ApiFeedRecentChangesTest extends MediaWikiIntegrationTestCase {