summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2026-04-13 22:31:06 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2026-04-13 22:31:06 +0200
commit3577fc7091f1beab0dddd881cb08fc24a2a3f741 (patch)
treeae9ad498efb13077b1119c50cb5c79692c84fb13 /tests
parentff2ef3b0cb07fd584946254f145f0509a7685f58 (diff)
downloadsmarty-3577fc7091f1beab0dddd881cb08fc24a2a3f741.tar.gz
smarty-3577fc7091f1beab0dddd881cb08fc24a2a3f741.tar.bz2
smarty-3577fc7091f1beab0dddd881cb08fc24a2a3f741.zip
Re-activate unit tests for user literals.
Diffstat (limited to 'tests')
-rw-r--r--tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php b/tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php
index 23e0ed0c..70873a89 100644
--- a/tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php
+++ b/tests/UnitTests/Compiler/Delimiter/UserLiteralTest.php
@@ -17,11 +17,7 @@ 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__);
}