diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2026-05-03 22:19:50 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2026-05-03 22:19:50 +0200 |
| commit | 6e648ed80922ff38fd9175c7cde2771034cf77cd (patch) | |
| tree | 4ec34a41d1dc8c92b27658f751a0e3ece840b257 /tests/UnitTests/ResourceTests/String | |
| parent | 3577fc7091f1beab0dddd881cb08fc24a2a3f741 (diff) | |
| download | smarty-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/String')
| -rw-r--r-- | tests/UnitTests/ResourceTests/String/StringResourceTest.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/UnitTests/ResourceTests/String/StringResourceTest.php b/tests/UnitTests/ResourceTests/String/StringResourceTest.php index 16a9c88b..da047c02 100644 --- a/tests/UnitTests/ResourceTests/String/StringResourceTest.php +++ b/tests/UnitTests/ResourceTests/String/StringResourceTest.php @@ -74,15 +74,6 @@ class StringResourceTest extends PHPUnit_Smarty } /** - * test usesCompiler - */ - public function testUsesCompiler() - { - $tpl = $this->smarty->createTemplate('string:hello world'); - $this->markTestIncomplete(); - } - - /** * test isEvaluated */ public function testIsEvaluated() |
