Changeset 43571 for trunk/tests/phpunit/tests/cron.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cron.php
r43540 r43571 22 22 _set_cron_array( array() ); 23 23 $this->preflight_cron_array = array(); 24 $this->plus_thirty_minutes = strtotime( '+30 minutes' );24 $this->plus_thirty_minutes = strtotime( '+30 minutes' ); 25 25 } 26 26 … … 461 461 add_filter( 'pre_next_scheduled', array( $this, 'filter_pre_scheduled_event_hooks' ) ); 462 462 463 $actual = wp_get_scheduled_event( 'preflight_event', array(), $this->plus_thirty_minutes );463 $actual = wp_get_scheduled_event( 'preflight_event', array(), $this->plus_thirty_minutes ); 464 464 $actual2 = wp_next_scheduled( 'preflight_event', array() ); 465 465
Note: See TracChangeset
for help on using the changeset viewer.