summaryrefslogtreecommitdiff
path: root/tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php')
-rw-r--r--tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php b/tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php
index 33a17eea..70873a89 100644
--- a/tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php
+++ b/tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php
@@ -17,17 +17,9 @@ class UserliteralTest extends PHPUnit_Smarty
{
public function setUp(): void
{
- if (!property_exists('Smarty', 'literals')) {
- $this->markTestSkipped('user literal support');
- } else {
- $this->setUpSmarty(__DIR__);
- }
+ $this->setUpSmarty(__DIR__);
}
- public function testInit()
- {
- $this->cleanDirs();
- }
public function testUserLiteral()
{