Changeset 52010 for trunk/tests/phpunit/tests/site-health.php
- Timestamp:
- 11/04/2021 03:22:47 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/site-health.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/site-health.php
r49603 r52010 15 15 * @ticket 47223 16 16 */ 17 function test_cron_health_checks_critical() {17 public function test_cron_health_checks_critical() { 18 18 $wp_site_health = new WP_Site_Health(); 19 19 … … 35 35 * @ticket 47223 36 36 */ 37 function test_cron_health_checks( $times, $expected_status, $expected_label, $expected_late, $expected_missed ) {37 public function test_cron_health_checks( $times, $expected_status, $expected_label, $expected_late, $expected_missed ) { 38 38 $wp_site_health = new WP_Site_Health(); 39 39 … … 73 73 * 5. bool Expected outcome has_missed_cron() 74 74 */ 75 function data_cron_health_checks() {75 public function data_cron_health_checks() { 76 76 return array( 77 77 array(
Note: See TracChangeset
for help on using the changeset viewer.