summaryrefslogtreecommitdiff
path: root/tests/UnitTests/ResourceTests/FileIndexed/FileResourceIndexedTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/ResourceTests/FileIndexed/FileResourceIndexedTest.php')
-rw-r--r--tests/UnitTests/ResourceTests/FileIndexed/FileResourceIndexedTest.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/UnitTests/ResourceTests/FileIndexed/FileResourceIndexedTest.php b/tests/UnitTests/ResourceTests/FileIndexed/FileResourceIndexedTest.php
index 4bba6a27..45205fed 100644
--- a/tests/UnitTests/ResourceTests/FileIndexed/FileResourceIndexedTest.php
+++ b/tests/UnitTests/ResourceTests/FileIndexed/FileResourceIndexedTest.php
@@ -14,16 +14,13 @@ class FileResourceIndexedTest extends PHPUnit_Smarty
public function setUp(): void
{
$this->setUpSmarty(__DIR__);
+ $this->smarty->setTemplateDir(__DIR__ . '/templates');
$this->smarty->addTemplateDir(__DIR__ . '/templates_2');
// note that 10 is a string!
$this->smarty->addTemplateDir(__DIR__ . '/templates_3', '10');
$this->smarty->addTemplateDir(__DIR__ . '/templates_4', 'foo');
}
- public function testInit()
- {
- $this->cleanDirs();
- }
public function testFetch()
{