Skip to content

Commit a731b9b

Browse files
Tests: Add missing @covers tag for fetch_feed() tests.
Includes correcting the test class name as per the naming conventions. Follow-up to [59382]. See #62280. git-svn-id: https://develop.svn.wordpress.org/trunk@59408 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e6a16ac commit a731b9b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/phpunit/tests/feed/fetchFeed.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<?php
22
/**
3-
* Tests the `fetch_feed` function.
3+
* Tests for the fetch_feed() function.
44
*
55
* @package WordPress
66
* @subpackage UnitTests
77
* @since 6.7.0
88
*
99
* @group feed
10+
*
11+
* @covers ::fetch_feed
1012
*/
11-
class Tests_Feed_fetchFeed extends WP_UnitTestCase {
13+
class Tests_Feed_FetchFeed extends WP_UnitTestCase {
1214

1315
public function set_up() {
1416
parent::set_up();

0 commit comments

Comments
 (0)