test_required_var_empty_value_throws() test_required_var_empty_value_throws() : void 验证 required 变量空值同样抛缺参异常。
test_config_missing_falls_back_to_default() test_config_missing_falls_back_to_default() : void 验证 config 缺失时回落声明默认值。
test_param_overrides_config_injection() test_param_overrides_config_injection() : void 验证调用方传参覆盖 config 注入。
test_untrusted_values_render_literally_without_reevaluation() test_untrusted_values_render_literally_without_reevaluation() : void 不可信值按字面量渲染:值内的模板语法不二次解析,email 模式 HTML 字符全转义。
test_unknown_helper_does_not_execute() test_unknown_helper_does_not_execute() : void 未知 helper(模板源内)不产生执行面:引擎按值查找语义回落,渲染不崩溃、不执行代码。
template() template(string $type, string $content, array $vars = []) : \App\Models\SysTemplate Parameters string $type string $content array $vars Returns \App\Models\SysTemplate —