Changeset 47198 for trunk/tests/phpunit/tests/site-health.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/site-health.php
r47064 r47198 7 7 public static function wpSetUpBeforeClass() { 8 8 // Include the `WP_Site_Health` file. 9 include_once( ABSPATH . 'wp-admin/includes/class-wp-site-health.php' );9 require_once ABSPATH . 'wp-admin/includes/class-wp-site-health.php'; 10 10 } 11 11
Note: See TracChangeset
for help on using the changeset viewer.