'available_updates_disk_space' => array
( 'label' =>
__( 'Available disk space'
),
'test' => 'available_updates_disk_space',
),
),
'async' => array
( 'dotorg_communication' => array
( 'label' =>
__( 'Communication with WordPress.org'
),
'test' =>
rest_url( 'wp-site-health/v1/tests/dotorg-communication'
),
'has_rest' => true,
'async_direct_test' => array
( WP_Site_Health::
get_instance(), 'get_test_dotorg_communication'
),
),
'background_updates' => array
( 'label' =>
__( 'Background updates'
),
'test' =>
rest_url( 'wp-site-health/v1/tests/background-updates'
),
'has_rest' => true,
'async_direct_test' => array
( WP_Site_Health::
get_instance(), 'get_test_background_updates'
),
),
'loopback_requests' => array
( 'label' =>
__( 'Loopback request'
),
'test' =>
rest_url( 'wp-site-health/v1/tests/loopback-requests'
),
'has_rest' => true,