@@ -32,7 +32,7 @@ class special_links_test_set extends cms_test_case
publicfunctiontestLookupLinks()
{
$this->assertTrue(strpos(http_download_file('http://whatismyipaddress.com/ip/12.34.56.78',null,false),'AT&T Services')!==false,'External link not working, fix test and use within Composr (separate) [LOOKUP_SCREEN.tpl, COMMANDR_WHOIS.tpl]');
$this->assertTrue(strpos(http_download_file('https://whatismyipaddress.com/ip/12.34.56.78',null,false),'AT&T Services')!==false,'External link not working, fix test and use within Composr (separate) [LOOKUP_SCREEN.tpl, COMMANDR_WHOIS.tpl]');
$this->assertTrue(strpos(http_download_file('https://ping.eu/ping/?host=12.34.56.78',null,false),'Ping')!==false,'External link not working, fix test and use within Composr (separate) [LOOKUP_SCREEN.tpl, COMMANDR_WHOIS.tpl]');
$this->assertTrue(strpos(http_download_file('https://ping.eu/traceroute/?host=12.34.56.78',null,false),'Traceroute')!==false,'External link not working, fix test and use within Composr (separate) [LOOKUP_SCREEN.tpl, COMMANDR_WHOIS.tpl]');
}
@@ -52,12 +52,12 @@ class special_links_test_set extends cms_test_case
@@ -61,9 +61,9 @@ class Hook_health_check_mistakes_build extends Hook_Health_Check
$this->state_check_manual('Check [url="HTML5 validation"]https://validator.w3.org/[/url] (take warnings with a pinch of salt, not every suggestion is appropriate)');
$this->state_check_manual('Check [url="CSS validation"]https://jigsaw.w3.org/css-validator/[/url] (take warnings with a pinch of salt, not every suggestion is appropriate)');
$this->state_check_manual('Check [url="WCAG validation"]https://achecker.ca/checker/index.php[/url] (take warnings with a pinch of salt, not every suggestion is appropriate)');
$this->state_check_manual('Check [url="WCAG validation"]https://achecker.achecks.ca/checker/index.php[/url] (take warnings with a pinch of salt, not every suggestion is appropriate)');
$this->state_check_manual('Check [url="schema.org/microformats validation"]https://search.google.com/structured-data/testing-tool/[/url] on any key pages you want to be semantic');
$this->state_check_manual('Check [url="schema.org/microformats validation"]https://developers.google.com/search/docs/advanced/structured-data[/url] on any key pages you want to be semantic');
$this->state_check_manual('Check [url="OpenGraph metadata"]https://developers.facebook.com/tools/debug/[/url] on any key pages you expect to be shared');
$this->state_check_manual('Do a [url="general check"]https://www.woorank.com/[/url] (take warnings with a pinch of salt, not every suggestion is appropriate)');
@@ -62,7 +62,7 @@ class Hook_health_check_performance extends Hook_Health_Check
return;
}
$this->state_check_manual('Check for [url="speed issues"]https://developers.google.com/speed/pagespeed/insights/[/url] (take warnings with a pinch of salt, not every suggestion is appropriate)');
$this->state_check_manual('Check for [url="speed issues"]https://pagespeed.web.dev/[/url] (take warnings with a pinch of salt, not every suggestion is appropriate)');