Make WordPress Core

Changeset 59917


Ignore:
Timestamp:
03/03/2025 09:15:50 PM (4 months ago)
Author:
audrasjb
Message:

Widgets: Fix get_calendar() related PHPUnit tests.

This is a temporary fix for PHPUnit tests failures after [59908].

Follow-up to [59908].

See #34093.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/functions/getCalendar.php

    r59908 r59917  
    7070
    7171        $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 );
    7472    }
    7573
Note: See TracChangeset for help on using the changeset viewer.