Changeset 52389 for trunk/tests/phpunit/tests/cron.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cron.php
r52010 r52389 271 271 public function test_unschedule_hook() { 272 272 $hook = __FUNCTION__; 273 $args = array( rand_str());273 $args = array( 'foo' ); 274 274 275 275 // Schedule several events with and without arguments.
Note: See TracChangeset
for help on using the changeset viewer.