return current_user_can( $capability );
} /**
* Checks if background updates work as expected.
*
* @since 5.6.0
*
* @return array
*/
public function test_background_updates() { $this->
load_admin_textdomain();
return $this->site_health->
get_test_background_updates();
} /**
* Checks that the site can reach the WordPress.org API.
*
* @since 5.6.0
*
* @return array
*/
public function test_dotorg_communication() {