Testfall convert_invoice.t um html-formatierte texte erweitert
[kivitendo-erp.git] / t / controllers / base / render.t
index 0a15078..3d5bad0 100644 (file)
@@ -14,6 +14,12 @@ no warnings 'uninitialized';
 
 Support::TestSetup::login();
 
+if (!Support::TestSetup::templates_cache_writable()) {
+  plan skip_all => 'Cache dir not writable for this test';
+} else {
+  plan tests => 19;
+}
+
 sub reset_test_env {
   $ENV{HTTP_USER_AGENT} = 'Perl Tests';