diff --git a/tests/PHPUnit_Smarty.php b/tests/PHPUnit_Smarty.php index e000d0cd..f16ee302 100644 --- a/tests/PHPUnit_Smarty.php +++ b/tests/PHPUnit_Smarty.php @@ -117,6 +117,7 @@ class PHPUnit_Smarty extends PHPUnit_Framework_TestCase */ public function setUpSmarty($dir = null) { + static $s_dir; // set up current working directory chdir($dir); self::$cwd = getcwd(); @@ -129,8 +130,13 @@ class PHPUnit_Smarty extends PHPUnit_Framework_TestCase mkdir($dir . '/configs'); } if (individualFolders != 'true') { - $this->cleanDir($dir . '/templates_c'); - $this->cleanDir($dir . '/cache'); + if (!isset($s_dir[$dir])) { + $this->cleanDir($dir . '/templates_c'); + file_put_contents($dir . '/templates_c/dummy.txt', ' '); + $this->cleanDir($dir . '/cache'); + file_put_contents($dir . '/cache/dummy.txt', ' '); + $s_dir[$dir] = true; + } $dir = __DIR__; } if (!is_dir($dir . '/templates_c')) { diff --git a/tests/UnitTests/A_Core/AutoEscape/cache/dummy.txt b/tests/UnitTests/A_Core/AutoEscape/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/AutoEscape/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/AutoEscape/templates_c/dummy.txt b/tests/UnitTests/A_Core/AutoEscape/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/AutoEscape/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/Filter/cache/dummy.txt b/tests/UnitTests/A_Core/Filter/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/Filter/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/Filter/templates_c/dummy.txt b/tests/UnitTests/A_Core/Filter/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/Filter/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/GetterSetter/cache/dummy.txt b/tests/UnitTests/A_Core/GetterSetter/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/GetterSetter/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/GetterSetter/templates_c/dummy.txt b/tests/UnitTests/A_Core/GetterSetter/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/GetterSetter/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/LoadPlugin/cache/dummy.txt b/tests/UnitTests/A_Core/LoadPlugin/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/LoadPlugin/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/LoadPlugin/templates_c/dummy.txt b/tests/UnitTests/A_Core/LoadPlugin/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/LoadPlugin/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/MuteExpectedErrors/cache/dummy.txt b/tests/UnitTests/A_Core/MuteExpectedErrors/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/MuteExpectedErrors/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/MuteExpectedErrors/templates_c/dummy.txt b/tests/UnitTests/A_Core/MuteExpectedErrors/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/MuteExpectedErrors/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/PluginTests/Shared/cache/dummy.txt b/tests/UnitTests/A_Core/PluginTests/Shared/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/PluginTests/Shared/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/PluginTests/Shared/templates_c/dummy.txt b/tests/UnitTests/A_Core/PluginTests/Shared/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/PluginTests/Shared/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/PluginTests/cache/dummy.txt b/tests/UnitTests/A_Core/PluginTests/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/PluginTests/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/PluginTests/templates_c/dummy.txt b/tests/UnitTests/A_Core/PluginTests/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/PluginTests/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/SmartyBC/cache/dummy.txt b/tests/UnitTests/A_Core/SmartyBC/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/SmartyBC/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/A_Core/SmartyBC/templates_c/dummy.txt b/tests/UnitTests/A_Core/SmartyBC/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/A_Core/SmartyBC/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/CacheModify/ModifiedSince/cache/dummy.txt b/tests/UnitTests/CacheModify/ModifiedSince/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/CacheModify/ModifiedSince/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/CacheModify/ModifiedSince/templates_c/dummy.txt b/tests/UnitTests/CacheModify/ModifiedSince/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/CacheModify/ModifiedSince/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/CacheResourceTests/File/cache/dummy.txt b/tests/UnitTests/CacheResourceTests/File/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/CacheResourceTests/File/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/CacheResourceTests/File/templates_c/dummy.txt b/tests/UnitTests/CacheResourceTests/File/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/CacheResourceTests/File/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/Compiler/CompilerPlugin/cache/dummy.txt b/tests/UnitTests/Compiler/CompilerPlugin/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/Compiler/CompilerPlugin/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/Compiler/CompilerPlugin/templates_c/dummy.txt b/tests/UnitTests/Compiler/CompilerPlugin/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/Compiler/CompilerPlugin/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/Compiler/Delimiter/cache/dummy.txt b/tests/UnitTests/Compiler/Delimiter/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/Compiler/Delimiter/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/Compiler/Delimiter/templates_c/dummy.txt b/tests/UnitTests/Compiler/Delimiter/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/Compiler/Delimiter/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ConfigFileTests/cache/dummy.txt b/tests/UnitTests/ConfigFileTests/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ConfigFileTests/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ConfigFileTests/templates_c/dummy.txt b/tests/UnitTests/ConfigFileTests/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ConfigFileTests/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Custom/Ambiguous/cache/dummy.txt b/tests/UnitTests/ResourceTests/Custom/Ambiguous/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Custom/Ambiguous/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Custom/Ambiguous/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/Custom/Ambiguous/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Custom/Ambiguous/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Custom/DemoPluginExtendsAll/cache/dummy.txt b/tests/UnitTests/ResourceTests/Custom/DemoPluginExtendsAll/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Custom/DemoPluginExtendsAll/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Custom/DemoPluginExtendsAll/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/Custom/DemoPluginExtendsAll/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Custom/DemoPluginExtendsAll/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/DefaultHandler/cache/dummy.txt b/tests/UnitTests/ResourceTests/DefaultHandler/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/DefaultHandler/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/DefaultHandler/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/DefaultHandler/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/DefaultHandler/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Eval/cache/dummy.txt b/tests/UnitTests/ResourceTests/Eval/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Eval/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Eval/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/Eval/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Eval/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Extends/cache/dummy.txt b/tests/UnitTests/ResourceTests/Extends/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Extends/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Extends/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/Extends/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Extends/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/File/templates_c/431c052c4f3ffcf0b29a0853bdf3032cafec4a8c_0.file.relativity.tpl.php b/tests/UnitTests/ResourceTests/File/templates_c/431c052c4f3ffcf0b29a0853bdf3032cafec4a8c_0.file.relativity.tpl.php new file mode 100644 index 00000000..94eb7ae8 --- /dev/null +++ b/tests/UnitTests/ResourceTests/File/templates_c/431c052c4f3ffcf0b29a0853bdf3032cafec4a8c_0.file.relativity.tpl.php @@ -0,0 +1,30 @@ + +decodeProperties(array ( + 'has_nocache_code' => false, + 'version' => '3.1.28-dev/48', + 'unifunc' => 'content_55d9f41629daa8_36854466', + 'file_dependency' => + array ( + '431c052c4f3ffcf0b29a0853bdf3032cafec4a8c' => + array ( + 0 => 'C:\\wamp\\www\\Smarty3.1-test-release\\vendor\\smarty\\smarty-phpunit\\UnitTests\\ResourceTests\\File\\templates\\relativity\\relativity.tpl', + 1 => 1431983334, + 2 => 'file', + ), + ), + 'includes' => + array ( + ), +),false); +/*/%%SmartyHeaderCode%%*/ +if ($_valid && !is_callable('content_55d9f41629daa8_36854466')) { +function content_55d9f41629daa8_36854466 ($_smarty_tpl) { + +$_smarty_tpl->compiled->nocache_hash = '184755d9f416299867_60310907'; +?> +relativity \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/FileIncludePath/cache/dummy.txt b/tests/UnitTests/ResourceTests/FileIncludePath/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/FileIncludePath/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/FileIncludePath/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/FileIncludePath/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/FileIncludePath/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/FileIndexed/cache/dummy.txt b/tests/UnitTests/ResourceTests/FileIndexed/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/FileIndexed/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/FileIndexed/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/FileIndexed/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/FileIndexed/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Php/cache/dummy.txt b/tests/UnitTests/ResourceTests/Php/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Php/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Php/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/Php/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Php/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Registered/cache/dummy.txt b/tests/UnitTests/ResourceTests/Registered/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Registered/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Registered/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/Registered/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Registered/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Stream/cache/dummy.txt b/tests/UnitTests/ResourceTests/Stream/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Stream/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/Stream/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/Stream/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/Stream/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/String/cache/dummy.txt b/tests/UnitTests/ResourceTests/String/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/String/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/ResourceTests/String/templates_c/dummy.txt b/tests/UnitTests/ResourceTests/String/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/ResourceTests/String/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SecurityTests/cache/dummy.txt b/tests/UnitTests/SecurityTests/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SecurityTests/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SecurityTests/templates_c/dummy.txt b/tests/UnitTests/SecurityTests/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SecurityTests/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/Append/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/Append/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/Append/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/Append/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/Append/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/Append/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/AppendByRef/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/AppendByRef/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/AppendByRef/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/AppendByRef/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/AppendByRef/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/AppendByRef/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/Assign/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/Assign/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/Assign/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/Assign/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/Assign/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/Assign/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/AssignByRef/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/AssignByRef/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/AssignByRef/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/AssignByRef/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/AssignByRef/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/AssignByRef/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/AssignGlobal/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/AssignGlobal/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/AssignGlobal/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/AssignGlobal/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/AssignGlobal/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/AssignGlobal/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/ClearAllAssign/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/ClearAllAssign/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/ClearAllAssign/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/ClearAllAssign/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/ClearAllAssign/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/ClearAllAssign/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/ClearAssign/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/ClearAssign/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/ClearAssign/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/ClearAssign/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/ClearAssign/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/ClearAssign/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/ClearCompiledTemplate/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/ClearCompiledTemplate/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/ClearCompiledTemplate/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/ClearCompiledTemplate/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/ClearCompiledTemplate/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/ClearCompiledTemplate/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/GetTemplateVars/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/GetTemplateVars/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/GetTemplateVars/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/GetTemplateVars/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/GetTemplateVars/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/GetTemplateVars/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterBlock/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterBlock/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterBlock/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterBlock/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterBlock/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterBlock/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterCompiler/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterCompiler/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterCompiler/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterCompiler/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterCompiler/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterCompiler/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterFunction/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterFunction/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterFunction/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterFunction/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterFunction/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterFunction/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterModifier/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterModifier/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterModifier/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterModifier/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterModifier/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterModifier/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterObject/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterObject/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterObject/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/RegisterObject/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/RegisterObject/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/RegisterObject/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/TemplateExist/cache/dummy.txt b/tests/UnitTests/SmartyMethodsTests/TemplateExist/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/TemplateExist/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/SmartyMethodsTests/TemplateExist/templates_c/dummy.txt b/tests/UnitTests/SmartyMethodsTests/TemplateExist/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/SmartyMethodsTests/TemplateExist/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/Comments/cache/dummy.txt b/tests/UnitTests/TemplateSource/Comments/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/Comments/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/Comments/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/Comments/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/Comments/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/Spacing/cache/dummy.txt b/tests/UnitTests/TemplateSource/Spacing/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/Spacing/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/Spacing/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/Spacing/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/Spacing/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/StaticClass/cache/dummy.txt b/tests/UnitTests/TemplateSource/StaticClass/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/StaticClass/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/StaticClass/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/StaticClass/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/StaticClass/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Append/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Append/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Append/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Append/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Append/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Append/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Assign/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Assign/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Assign/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Assign/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Assign/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Assign/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/BlockPlugin/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/BockExtend/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/BockExtend/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/BockExtend/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/BockExtend/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/BockExtend/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/BockExtend/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/BockExtend/templates_c/mustcompile/e910375493c61ffa81f68c2db217d88c56a35dd8_0.file.021_grandchild.tpl.cache.php b/tests/UnitTests/TemplateSource/TagTests/BockExtend/templates_c/mustcompile/e910375493c61ffa81f68c2db217d88c56a35dd8_0.file.021_grandchild.tpl.cache.php new file mode 100644 index 00000000..0147fdf4 --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/BockExtend/templates_c/mustcompile/e910375493c61ffa81f68c2db217d88c56a35dd8_0.file.021_grandchild.tpl.cache.php @@ -0,0 +1,44 @@ + +decodeProperties(array ( + 'has_nocache_code' => false, + 'version' => '3.1.28-dev/48', + 'unifunc' => 'content_55d9f43d2c6952_85477004', + 'file_dependency' => + array ( + 'e910375493c61ffa81f68c2db217d88c56a35dd8' => + array ( + 0 => 'C:\\wamp\\www\\Smarty3.1-test-release\\vendor\\smarty\\smarty-phpunit\\UnitTests\\TemplateSource\\TagTests\\BockExtend\\templates\\021_grandchild.tpl', + 1 => 1440347192, + 2 => 'file', + ), + '9dadb76e561d52673b400f87b15471be331b20cf' => + array ( + 0 => 'C:\\wamp\\www\\Smarty3.1-test-release\\vendor\\smarty\\smarty-phpunit\\UnitTests\\TemplateSource\\TagTests\\BockExtend\\templates\\021_child.tpl', + 1 => 1440347195, + 2 => 'file', + ), + '7c23e4563ca20b72f2b45ce0c4f3ec929d8084bc' => + array ( + 0 => 'C:\\wamp\\www\\Smarty3.1-test-release\\vendor\\smarty\\smarty-phpunit\\UnitTests\\TemplateSource\\TagTests\\BockExtend\\templates\\021_parent.tpl', + 1 => 1440347197, + 2 => 'file', + ), + ), + 'includes' => + array ( + ), +),false); +/*/%%SmartyHeaderCode%%*/ +if ($_valid && !is_callable('content_55d9f43d2c6952_85477004')) { +function content_55d9f43d2c6952_85477004 ($_smarty_tpl) { + +$_smarty_tpl->compiled->nocache_hash = '728455d9f43d295485_19027780'; +$_smarty_tpl->compiled->nocache_hash = '728455d9f43d295485_19027780'; +?> +Grandchild Page Title + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Capture/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Capture/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Capture/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Capture/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Capture/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Capture/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/CompilerPlugin/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/CompilerPlugin/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/CompilerPlugin/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/CompilerPlugin/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/CompilerPlugin/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/CompilerPlugin/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Delimiter/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Delimiter/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Delimiter/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Delimiter/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Delimiter/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Delimiter/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Eval/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Eval/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Eval/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Eval/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Eval/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Eval/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/For/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/For/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/For/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/For/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/For/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/For/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Foreach/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Foreach/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Foreach/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Foreach/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Foreach/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Foreach/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/If/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/If/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/If/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/If/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/If/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/If/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Include/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Include/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Include/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Include/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Include/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Include/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/IncludePhp/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/IncludePhp/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/IncludePhp/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/IncludePhp/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/IncludePhp/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/IncludePhp/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Insert/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Insert/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Insert/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Insert/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Insert/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Insert/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Literal/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Literal/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Literal/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Literal/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Literal/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Literal/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Nocache/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Nocache/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Nocache/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Nocache/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Nocache/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Nocache/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Php/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Php/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Php/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Php/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Php/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Php/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/PluginBlock/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/PluginBlock/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/PluginBlock/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/PluginBlock/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/PluginBlock/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/PluginBlock/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/PluginFunction/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/PluginFunction/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/PluginFunction/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/PluginFunction/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/PluginFunction/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/PluginFunction/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/PluginModifier/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/PluginModifier/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/PluginModifier/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/PluginModifier/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/PluginModifier/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/PluginModifier/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Section/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Section/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Section/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Section/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Section/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Section/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/SetFilter/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/SetFilter/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/SetFilter/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/SetFilter/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/SetFilter/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/SetFilter/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Strip/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Strip/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Strip/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/Strip/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/Strip/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/Strip/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/While/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/While/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/While/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/While/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/While/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/While/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/_Attributes/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/_Attributes/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/_Attributes/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/_Attributes/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/_Attributes/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/_Attributes/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/_Error/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/_Error/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/_Error/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/_Error/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/_Error/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/_Error/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/_Print/cache/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/_Print/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/_Print/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/TagTests/_Print/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/TagTests/_Print/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/TagTests/_Print/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Array/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Array/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Array/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Array/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Array/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Array/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/ConstantTests/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/ConstantTests/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/ConstantTests/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/ConstantTests/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/ConstantTests/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/ConstantTests/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/DoubleQuoted/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/DoubleQuoted/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/DoubleQuoted/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/DoubleQuoted/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/DoubleQuoted/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/DoubleQuoted/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Math/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Math/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Math/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Math/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Math/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Math/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Modifier/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Modifier/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Modifier/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Modifier/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Modifier/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Modifier/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Objects/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Objects/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Objects/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Objects/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Objects/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Objects/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/SingleQouted/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/SingleQouted/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/SingleQouted/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/SingleQouted/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/SingleQouted/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/SingleQouted/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Variables/Stream/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Variables/Stream/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Variables/Stream/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Variables/Stream/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Variables/Stream/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Variables/Stream/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableScope/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableScope/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableScope/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableScope/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableScope/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableScope/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableVariable/cache/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableVariable/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableVariable/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableVariable/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableVariable/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/ValueTests/Variables/VariableVariable/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/Xml/cache/dummy.txt b/tests/UnitTests/TemplateSource/Xml/cache/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/Xml/cache/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tests/UnitTests/TemplateSource/Xml/templates_c/dummy.txt b/tests/UnitTests/TemplateSource/Xml/templates_c/dummy.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/tests/UnitTests/TemplateSource/Xml/templates_c/dummy.txt @@ -0,0 +1 @@ + \ No newline at end of file