summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2026-05-03Remove incomplete test cases for usesCompiler across multiple test filesSimon Wisselink5-68/+37
2026-04-13Re-activate unit tests for user literals.Simon Wisselink1-5/+1
2026-04-13Redirect test temp dirs to system temp directorySimon Wisselink351-1121/+189
2026-02-15Add support for Backed Enums (#1171)Simon Wisselink1-0/+19
2026-02-15Regex matches operator (#1169)Simon Wisselink1-0/+118
2026-02-11Support for Laravel Collections style object chaining (#1168)Simon Wisselink2-0/+212
2026-01-08Fix static analysis warnings for isDot() and remove deprecated APC support (#...hirosan4-141/+2
2025-10-03Add support for shorttags in functions (#1142)pharixces2-0/+255
2025-05-03Support trailing comma in array (#1128)hirosan1-0/+2
2025-04-10Fix syntax error occurring when registering a function plugin that ends with ...Simon Wisselink1-0/+9
2025-02-13Added unit tests to prevent regressions of issue #1100 that was fixed in v4Simon Wisselink2-0/+69
2024-12-23Restore special handling of isset and empty as it was in v4. Fixes #1063 (#1093)Simon Wisselink4-26/+46
2024-11-20Add PHP 8.4 support to Smarty (#1043)Wim Wisselink8-8/+8
2024-10-06Add unit tests for short hand template function definition and shorthand temp...Simon Wisselink4-0/+30
2024-08-28Modify NullCoalescingTest.php and TernaryTest.php to prevent test failure on ...Atsushi Matsuo2-2/+2
2024-08-28Fix unit tests to enable to run CacheResourceFileTest.php on Windows (#1055)Atsushi Matsuo1-4/+13
2024-06-30Improvement of auto-escaping (#1030)Amaury Bouchard1-0/+64
2024-06-16fixed error when using section with nocache.Simon Wisselink1-0/+6
2024-05-30Merge branch 'support/5'Simon Wisselink4-4/+32
2024-05-29implemented and documented prependTemplateDir. (#1025)Simon Wisselink1-0/+9
2024-05-28Merge pull request from GHSA-4rmg-292m-wg3wSimon Wisselink7-3/+56
2024-04-13Fix change in signature of getTemplateVars (#995)Simon Wisselink1-98/+112
2024-04-06Fixed unit tests to not rely on the existence of any domain or unavailability...Simon Wisselink3-428/+415
2024-04-05Fix Smarty::assign() not returning when called with an array as first parame...Simon Wisselink1-0/+11
2024-03-29Fix warning when calling hasVariable for an undefined variable (#978)Simon Wisselink4-4/+32
2024-03-28Fix Smarty::assign() not returning when called with an array as first parame...Simon Wisselink1-0/+11
2024-03-25Documented support for `is in`, added support for `is not in`. (#955)Simon Wisselink1-0/+6
2024-03-25Internal compiler classes always return a string (#918)Simon Wisselink7-8/+10
2024-03-15Fixed that scoped variables would overwrite parent scope. (#954)Simon Wisselink2-6/+9
2024-03-15Fix Too many shorthand attributes error when using a modifier as a function w...Simon Wisselink3-22/+18
2024-02-26Implemented support for substr, implode and json_encode as modifiers. (#940)Simon Wisselink8-4/+280
2024-02-03fixed ocumentation on {if is even by } syntaxSimon Wisselink1-1/+31
2024-01-01Fixed failing {debug} tag. (#923)Simon Wisselink1-0/+22
2023-11-06Do not auto-html-escape custom function results. (#908)v5.0.0-rc2Simon Wisselink1-0/+31
2023-10-22Added some extra unit testSimon Wisselink1-5/+19
2023-10-22add case sensitivity testSimon Wisselink1-0/+12
2023-10-22Fix case-sensitive tag names (#907) (#910)Jack Dane1-0/+11
2023-09-14Fix use of negative numbers in math equations. (#903)Simon Wisselink1-0/+8
2023-08-08Smarty5 (#852)Simon Wisselink263-5133/+3148
2023-08-04Fix strip_tags modifier for falsy input. (#893)Simon Wisselink1-0/+46
2023-03-24Implement fix and testsSimon Wisselink2-0/+23
2023-02-23Add missing dirsSimon Wisselink2-0/+4
2023-02-23CompileCheck test and extra note on how it works in docsSimon Wisselink1-0/+123
2023-02-23Some additional unit testsSimon Wisselink5-1/+31
2023-01-13Fix unit tests that broke because now is now in 2023Simon Wisselink1-2/+2
2023-01-13Added variable scope test for multi-level extends resourceSimon Wisselink13-42/+22
2022-11-24Allow dereferencing of non-objects accross all supported PHP versions (#832)Simon Wisselink1-0/+33
2022-11-24Treat undefined vars and array access of a null or false variables equival...Simon Wisselink1-3/+14
2022-11-22PHP8.2 compatibility (#775)Progi19848-14/+52
2022-09-27Use __DIR__ instead of dirname(__FILE__) (#817)Raimondas Rimkevičius146-237/+237