[tests] more strictness
This commit is contained in:
@@ -28,7 +28,7 @@ class BrowserSearch extends Extension
|
||||
$search_title = $config->get_string(SetupConfig::TITLE);
|
||||
$search_form_url = search_link(['{searchTerms}']);
|
||||
$suggenton_url = make_link('browser_search/')."{searchTerms}";
|
||||
$icon_b64 = base64_encode(file_get_contents("ext/static_files/static/favicon.ico"));
|
||||
$icon_b64 = base64_encode(false_throws(file_get_contents("ext/static_files/static/favicon.ico")));
|
||||
|
||||
// Now for the XML
|
||||
$xml = "
|
||||
|
Reference in New Issue
Block a user