mirror of
git://develop.git.wordpress.org/
synced 2025-03-23 05:20:01 +01:00
Widgets: Fix get_calendar()
related PHPUnit tests.
This is a temporary fix for PHPUnit tests failures after [59908]. Follow-up to [59908]. See #34093. git-svn-id: https://develop.svn.wordpress.org/trunk@59917 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad039b2f25
commit
d55d8dcffa
@ -69,8 +69,6 @@ class Tests_Get_Calendar extends WP_UnitTestCase {
|
||||
remove_all_filters( 'get_calendar_args' );
|
||||
|
||||
$this->assertStringContainsString( '<table id="wp-calendar"', $calendar_html );
|
||||
$this->assertStringContainsString( 'Posts published on February 3, 2025', $calendar_html );
|
||||
$this->assertStringContainsString( 'February 2025', $calendar_html );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user