Fixed unit tests to not rely on the existence of any domain or unavailability of internet access when running tests. (#987)

This commit is contained in:
Simon Wisselink
2024-04-06 23:41:20 +02:00
committed by GitHub
parent 5400b53edf
commit 34adf4e54c
39 changed files with 415 additions and 515 deletions
@@ -6,7 +6,6 @@ namespace Smarty\Compile\Modifier;
* Name: string_format
* Purpose: format strings via sprintf
*
* @link https://www.smarty.net/manual/en/language.modifier.string.format.php string_format (Smarty online manual)
* @author Uwe Tews
*/