Changeset 55038 for trunk/tests/phpunit/tests/cron.php
- Timestamp:
- 01/09/2023 12:40:55 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/cron.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cron.php
r53791 r55038 457 457 * Filter the scheduling of events to use the preflight array. 458 458 */ 459 public function filter_pre_schedule_event_filter( $ null, $event ) {459 public function filter_pre_schedule_event_filter( $result, $event ) { 460 460 $key = md5( serialize( $event->args ) ); 461 461 … … 466 466 ); 467 467 uksort( $this->preflight_cron_array, 'strnatcasecmp' ); 468 468 469 return true; 469 470 }
Note: See TracChangeset
for help on using the changeset viewer.