Changeset 59917
- Timestamp:
- 03/03/2025 09:15:50 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/getCalendar.php
r59908 r59917 70 70 71 71 $this->assertStringContainsString( '<table id="wp-calendar"', $calendar_html ); 72 $this->assertStringContainsString( 'Posts published on February 3, 2025', $calendar_html );73 $this->assertStringContainsString( 'February 2025', $calendar_html );74 72 } 75 73
Note: See TracChangeset
for help on using the changeset viewer.