Changeset 59918
- Timestamp:
- 03/03/2025 09:29:54 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/getCalendar.php
r59917 r59918 85 85 86 86 $this->assertStringContainsString( '<th scope="col" aria-label="Monday">Mon</th>', $first_calendar_html ); 87 $this->assertStringContainsString( 'February 2025', $first_calendar_html );88 87 $this->assertStringContainsString( '<table id="wp-calendar"', $second_calendar_html ); 89 88 $this->assertStringContainsString( '<th scope="col" aria-label="Monday">Mon</th>', $second_calendar_html );
Note: See TracChangeset
for help on using the changeset viewer.