Some additional unit tests

This commit is contained in:
Simon Wisselink
2023-02-23 22:06:37 +01:00
parent badcae6e0c
commit 09d26579ce
5 changed files with 31 additions and 1 deletions
@@ -107,7 +107,7 @@ class CacheResourceFileTest extends CacheResourceTestCommon
$this->smarty->caching = true;
$this->smarty->cache_lifetime = 1000;
$this->cleanCacheDir();
$this->smarty->setUseSubDirs(false);
$this->smarty->setUseSubDirs(true);
$tpl = $this->smarty->createTemplate('helloworld.tpl', 'foo|bar', 'blar');
$this->writeCachedContent($tpl);
$tpl2 = $this->smarty->createTemplate('helloworld.tpl', 'foo|bar2', 'blar');