mirror of
git://develop.git.wordpress.org/
synced 2025-03-22 21:09:51 +01:00
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:
parent
224cc6e4aa
commit
87953e10e4
@ -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.
|
Loading…
x
Reference in New Issue
Block a user