summaryrefslogtreecommitdiff
path: root/tests/UnitTests/TemplateSource/Comments/CommentsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/TemplateSource/Comments/CommentsTest.php')
-rw-r--r--tests/UnitTests/TemplateSource/Comments/CommentsTest.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/UnitTests/TemplateSource/Comments/CommentsTest.php b/tests/UnitTests/TemplateSource/Comments/CommentsTest.php
index 443ac39e..b399d592 100644
--- a/tests/UnitTests/TemplateSource/Comments/CommentsTest.php
+++ b/tests/UnitTests/TemplateSource/Comments/CommentsTest.php
@@ -20,10 +20,6 @@ class CommentsTest extends PHPUnit_Smarty
$this->setUpSmarty(__DIR__);
}
- public function testInit()
- {
- $this->cleanDirs();
- }
/**
* Test comments
@@ -36,7 +32,6 @@ class CommentsTest extends PHPUnit_Smarty
$name = empty($testName) ? $testNumber : $testName;
$file = "testComments_{$name}.tpl";
$this->makeTemplateFile($file, $code);
- $this->smarty->setTemplateDir('./templates_tmp');
$this->assertEquals($result,
$this->smarty->fetch($file),
$file);