]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/template_syntax.t
Template-Syntax-Test: eigenes Compile-Cache-Verzeichnis für Tests
[kivitendo-erp.git] / t / template_syntax.t
index b1b4224bf07afcf4105812802e780f3c4ee9003f..b63d6bb17b198387e99059835e7e6a93e7717222 100644 (file)
@@ -19,6 +19,7 @@ my $provider = Template::Provider->new({
   CACHE_SIZE   => 0,
   PLUGIN_BASE  => 'SL::Template::Plugin',
   INCLUDE_PATH => '.:' . $template_path,
+  COMPILE_DIR  => 'users/templates-cache-for-tests',
 });
 
 foreach my $ref (@Support::Templates::referenced_files) {