From 98ad1a13afae5a242c5f18de659b2db2f8ecc3ff Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Tue, 3 Jan 2023 14:20:40 +0100 Subject: [PATCH] Fixed TemplateObject test --- .../TemplateObject/templates/template_object.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/TemplateObject/templates/template_object.tpl b/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/TemplateObject/templates/template_object.tpl index 08babe7e..d927d64b 100644 --- a/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/TemplateObject/templates/template_object.tpl +++ b/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/TemplateObject/templates/template_object.tpl @@ -1 +1 @@ -{if $smarty.template_object instanceof Smarty_Internal_Template}okay{/if} \ No newline at end of file +{if $smarty.template_object instanceof \Smarty\Template}okay{/if} \ No newline at end of file