summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-09-23Using PHP functions as modifiers now triggers a deprecation notice (#814)Simon Wisselink12-42/+165
2022-09-14Fixed unselected year/month/day not working in html_select_dateSimon Wisselink1-1/+29
2022-09-14Applied appropriate javascript and html escaping in mailto plugin to counter ...Simon Wisselink1-2/+19
2022-09-12Fixed use of `rand()` without a parameter in math function (#795)Simon Wisselink1-0/+8
2022-09-09address PHP 8.1 'explode', 'number_format', and 'replace' deprecations (#755)Mark Fettig3-0/+168
2022-08-01Fixed second param of unescape modifier (#778)Simon Wisselink1-2/+7
2022-07-19Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into AnrDaemon...Simon Wisselink4-0/+82
2022-03-10Fix PHP 8.1 deprecated warning when calling rtrimJorge Sá Pereira1-1/+1
2022-02-04math equation return warning: math: illegal character for : {math equation="m...Pavel Kochman1-0/+16
2022-01-18Fix phpunit warningThomas BACCELLI2-2/+2
2022-01-18Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55Thomas A. Hirsch4-4/+5
2022-01-18Support multiple operators in math equations (#708)Claas Augner1-0/+8
2022-01-10Merge pull request from GHSA-4h9c-v5vg-5m6mSimon Wisselink1-7/+29
2022-01-10Fixed PHPUnit expected Exceptions. (#701)Simon Wisselink1-9/+3
2022-01-10Merge pull request from GHSA-29gp-2c3m-3j6mSimon Wisselink1-0/+31
2022-01-09Fixed unit testsSimon Wisselink1-4/+4
2021-10-13Feature/php8 support (#629)Simon Wisselink178-2019/+715
2021-02-17Merge branch 'bugfix/tplfunction_sandbox_escape'Simon Wisselink1-1/+10
2021-02-01Cannot use in Smarty3 yet, revert to @expectedExceptionSimon Wisselink1-2/+2
2021-02-01Cannot use in Smarty3 yet, revert to @expectedExceptionSimon Wisselink1-1/+1
2021-01-24Add unit testSimon Wisselink1-0/+9
2021-01-24Fixed Code injection vulnerability by using illegal function namesSimon Wisselink1-1/+10
2021-01-16Mark tests that use sleep calls as slow, so we can ignore them when running u...Simon Wisselink5-7/+14
2021-01-08Fix typo in StreamVariableTest.php (#616)Ikko Ashimine1-1/+1
2020-09-12Fixes for php8.0.0beta3 (#608)Simon Wisselink13-32/+55
2020-09-11Fixed a unit test that accidentally passed on phpunit < 7 because of sloppy s...Simon Wisselink1-1/+1
2020-05-05PHP 5.3 compatibility fixesAnrDaemon2-9/+9
2020-04-13Moved the isset tests into the test suiteSimon Wisselink1-0/+51
2020-04-13Strip now removes whitespaces after comment (#582)Simon Wisselink1-1/+1
2020-04-13Feature/merge smarty-phpunit into tests subfolder (#580)Simon Wisselink870-0/+26808