Changeset 51568 for trunk/tests/phpunit/tests/cron.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cron.php
r51454 r51568 17 17 private $plus_thirty_minutes; 18 18 19 function set Up() {20 parent::set Up();19 function set_up() { 20 parent::set_up(); 21 21 // Make sure the schedule is clear. 22 22 _set_cron_array( array() ); … … 25 25 } 26 26 27 function tear Down() {27 function tear_down() { 28 28 // Make sure the schedule is clear. 29 29 _set_cron_array( array() ); 30 parent::tear Down();30 parent::tear_down(); 31 31 } 32 32
Note: See TracChangeset
for help on using the changeset viewer.