Make WordPress Core

Changeset 59930


Ignore:
Timestamp:
03/04/2025 02:55:38 PM (5 days ago)
Author:
SergeyBiryukov
Message:

Tests: Move get_calendar() tests to a more appropriate place.

This aims to bring consistency with the tests for the other functions in wp-includes/general-template.php.

Includes correcting the test class name as per the naming conventions.

Follow-up to [59908].

See #34093.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/general/getCalendar.php

    r59929 r59930  
    55 * @since 6.8.0
    66 *
    7  * @group functions
    8  * @group calendar
     7 * @group general
     8 * @group template
    99 *
    1010 * @covers ::get_calendar
    1111 */
    12 class Tests_Get_Calendar extends WP_UnitTestCase {
     12class Tests_General_GetCalendar extends WP_UnitTestCase {
    1313
    1414    /**
Note: See TracChangeset for help on using the changeset viewer.