summaryrefslogtreecommitdiff
path: root/tests/UnitTests/TemplateSource/Spacing/SpacingTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/TemplateSource/Spacing/SpacingTest.php')
-rw-r--r--tests/UnitTests/TemplateSource/Spacing/SpacingTest.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/UnitTests/TemplateSource/Spacing/SpacingTest.php b/tests/UnitTests/TemplateSource/Spacing/SpacingTest.php
index 098d9eb8..eeb4477b 100644
--- a/tests/UnitTests/TemplateSource/Spacing/SpacingTest.php
+++ b/tests/UnitTests/TemplateSource/Spacing/SpacingTest.php
@@ -20,10 +20,6 @@ class SpacingTest extends PHPUnit_Smarty
$this->setUpSmarty(__DIR__);
}
- public function testInit()
- {
- $this->cleanDirs();
- }
/**
* Test spacings
@@ -37,7 +33,6 @@ class SpacingTest extends PHPUnit_Smarty
$name = empty($testName) ? $testNumber : $testName;
$file = "Spacing_{$name}.tpl";
$this->makeTemplateFile($file, $code);
- $this->smarty->setTemplateDir('./templates_tmp');
$this->smarty->assign('file', $file);
$this->smarty->assign('foo', 'bar');
$this->assertEquals($result,