Make WordPress Core

Changeset 59408


Ignore:
Timestamp:
11/17/2024 01:43:00 PM (2 weeks ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/feed/fetchFeed.php

    r59382 r59408  
    11<?php
    22/**
    3  * Tests the `fetch_feed` function.
     3 * Tests for the fetch_feed() function.
    44 *
    55 * @package WordPress
     
    88 *
    99 * @group feed
     10 *
     11 * @covers ::fetch_feed
    1012 */
    11 class Tests_Feed_fetchFeed extends WP_UnitTestCase {
     13class Tests_Feed_FetchFeed extends WP_UnitTestCase {
    1214
    1315    public function set_up() {
Note: See TracChangeset for help on using the changeset viewer.