Making WordPress.org


Ignore:
Timestamp:
11/21/2022 10:21:08 PM (3 years ago)
Author:
iandunn
Message:

Events: Pin 2022 State of the Word

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/tests/test-index.php

    r11863 r12256  
    14641464
    14651465        // Don't forget to update the values here when they're updated in the FUT.
    1466         $actual_events_before_expiration = pin_one_off_events( $seed_events, strtotime( 'December 16, 2021' ) );
    1467         $actual_events_after_expiration  = pin_one_off_events( $seed_events, strtotime( 'December 17, 2021' ) );
     1466        $actual_events_before_expiration = pin_one_off_events( $seed_events, strtotime( 'December 17, 2022' ) );
     1467        $actual_events_after_expiration  = pin_one_off_events( $seed_events, strtotime( 'December 19, 2022' ) );
    14681468
    14691469        $this->assertIsArray( $actual_events_after_expiration );
Note: See TracChangeset for help on using the changeset viewer.