diff options
Diffstat (limited to 'tests/phpunit/unit/includes')
-rw-r--r-- | tests/phpunit/unit/includes/Feed/FeedUtilsTest.php (renamed from tests/phpunit/unit/includes/FeedUtilsTest.php) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/phpunit/unit/includes/FeedUtilsTest.php b/tests/phpunit/unit/includes/Feed/FeedUtilsTest.php index 56d79301d2c6..f74030929f0a 100644 --- a/tests/phpunit/unit/includes/FeedUtilsTest.php +++ b/tests/phpunit/unit/includes/Feed/FeedUtilsTest.php @@ -1,7 +1,9 @@ <?php +use MediaWiki\Feed\FeedUtils; + /** - * @covers \FeedUtils + * @covers \MediaWiki\Feed\FeedUtils */ class FeedUtilsTest extends MediaWikiUnitTestCase { |