summaryrefslogtreecommitdiff
path: root/tests/UnitTests/ResourceTests/Eval/EvalResourceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/ResourceTests/Eval/EvalResourceTest.php')
-rw-r--r--tests/UnitTests/ResourceTests/Eval/EvalResourceTest.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/UnitTests/ResourceTests/Eval/EvalResourceTest.php b/tests/UnitTests/ResourceTests/Eval/EvalResourceTest.php
index f4bad162..a52ac764 100644
--- a/tests/UnitTests/ResourceTests/Eval/EvalResourceTest.php
+++ b/tests/UnitTests/ResourceTests/Eval/EvalResourceTest.php
@@ -21,10 +21,6 @@ class EvalResourceTest extends PHPUnit_Smarty
}
- public function testInit()
- {
- $this->cleanDirs();
- }
/**
* test template eval exits
*/
@@ -70,15 +66,6 @@ class EvalResourceTest extends PHPUnit_Smarty
}
/**
- * test usesCompiler
- */
- public function testUsesCompiler()
- {
- $tpl = $this->smarty->createTemplate('eval:hello world');
- $this->markTestIncomplete();
- }
-
- /**
* test isEvaluated
*/
public function testIsEvaluated()