summaryrefslogtreecommitdiff
path: root/tests/UnitTests/ResourceTests/File
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2026-05-03 22:19:50 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2026-05-03 22:19:50 +0200
commit6e648ed80922ff38fd9175c7cde2771034cf77cd (patch)
tree4ec34a41d1dc8c92b27658f751a0e3ece840b257 /tests/UnitTests/ResourceTests/File
parent3577fc7091f1beab0dddd881cb08fc24a2a3f741 (diff)
downloadsmarty-6e648ed80922ff38fd9175c7cde2771034cf77cd.tar.gz
smarty-6e648ed80922ff38fd9175c7cde2771034cf77cd.tar.bz2
smarty-6e648ed80922ff38fd9175c7cde2771034cf77cd.zip
Remove incomplete test cases for usesCompiler across multiple test files
Diffstat (limited to 'tests/UnitTests/ResourceTests/File')
-rw-r--r--tests/UnitTests/ResourceTests/File/FileResourceTest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/UnitTests/ResourceTests/File/FileResourceTest.php b/tests/UnitTests/ResourceTests/File/FileResourceTest.php
index acf522d2..68602827 100644
--- a/tests/UnitTests/ResourceTests/File/FileResourceTest.php
+++ b/tests/UnitTests/ResourceTests/File/FileResourceTest.php
@@ -86,12 +86,6 @@ class FileResourceTest extends PHPUnit_Smarty
$this->assertEquals('hello world', $tpl->getSource()->getContent());
}
- public function testUsesCompiler()
- {
- $tpl = $this->smarty->createTemplate('helloworld.tpl');
- $this->markTestIncomplete();
- }
-
public function testIsEvaluated()
{
$tpl = $this->smarty->createTemplate('helloworld.tpl');