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.

git-svn-id: https://develop.svn.wordpress.org/trunk@59930 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2025-03-04 14:55:38 +00:00
parent 224cc6e4aa
commit 87953e10e4

View File

@ -4,12 +4,12 @@
*
* @since 6.8.0
*
* @group functions
* @group calendar
* @group general
* @group template
*
* @covers ::get_calendar
*/
class Tests_Get_Calendar extends WP_UnitTestCase {
class Tests_General_GetCalendar extends WP_UnitTestCase {
/**
* Array of post IDs.