This website requires JavaScript.
Explore
Help
Sign In
smarty-php
/
smarty
Watch
1
Star
0
Fork
0
You've already forked smarty
mirror of
https://github.com/smarty-php/smarty.git
synced
2025-11-15 15:09:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5052ce0d88b5366bcde1bfbeb24cb2e4b7a20910
smarty
/
tests
/
UnitTests
History
Simon Wisselink
9651dafbce
WIP replacing direct access tpl_vars with proper getter/setters.
2023-01-10 14:46:33 +01:00
..
__shared
Rewrote global static global_tpl_vars to getters/setters on Smarty class, fixing several test cases. Added a ::getValue() method to Variable.
2023-01-09 09:55:22 +01:00
A_0
/PathNormalization
Removed now unneeded PHPunit annotations @run(Tests)InSeparateProcess, @preserveGlobalState and @backupStaticAttributes. Made CacheResourceTestCommon abstract to prevent the base class from running tests (and always failing). Unregister a previously registered stream wrapper. Fixes a lot of tests.
2023-01-05 23:06:02 +01:00
A_1
/ProtectedFolderVars
Removed now unneeded PHPunit annotations @run(Tests)InSeparateProcess, @preserveGlobalState and @backupStaticAttributes. Made CacheResourceTestCommon abstract to prevent the base class from running tests (and always failing). Unregister a previously registered stream wrapper. Fixes a lot of tests.
2023-01-05 23:06:02 +01:00
A_2
/UndefinedTemplateVar
Removed now unneeded PHPunit annotations @run(Tests)InSeparateProcess, @preserveGlobalState and @backupStaticAttributes. Made CacheResourceTestCommon abstract to prevent the base class from running tests (and always failing). Unregister a previously registered stream wrapper. Fixes a lot of tests.
2023-01-05 23:06:02 +01:00
A_Core
Fixed issue related to scoping of left/right delimiter overrides
2023-01-09 11:25:09 +01:00
CacheModify
/ModifiedSince
Removed now unneeded PHPunit annotations @run(Tests)InSeparateProcess, @preserveGlobalState and @backupStaticAttributes. Made CacheResourceTestCommon abstract to prevent the base class from running tests (and always failing). Unregister a previously registered stream wrapper. Fixes a lot of tests.
2023-01-05 23:06:02 +01:00
CacheResourceTests
Removed now unneeded PHPunit annotations @run(Tests)InSeparateProcess, @preserveGlobalState and @backupStaticAttributes. Made CacheResourceTestCommon abstract to prevent the base class from running tests (and always failing). Unregister a previously registered stream wrapper. Fixes a lot of tests.
2023-01-05 23:06:02 +01:00
Compiler
Fixed issue related to scoping of left/right delimiter overrides
2023-01-09 11:25:09 +01:00
ConfigFileTests
Removed now unneeded PHPunit annotations @run(Tests)InSeparateProcess, @preserveGlobalState and @backupStaticAttributes. Made CacheResourceTestCommon abstract to prevent the base class from running tests (and always failing). Unregister a previously registered stream wrapper. Fixes a lot of tests.
2023-01-05 23:06:02 +01:00
ResourceTests
Fixed BC loading of resource pluging from dir and all ResourcePluginTest tests
2023-01-06 21:53:37 +01:00
SecurityTests
2 small fixes for unit tests
2023-01-07 23:45:59 +01:00
SmartyMethodsTests
Rewrote global static global_tpl_vars to getters/setters on Smarty class, fixing several test cases. Added a ::getValue() method to Variable.
2023-01-09 09:55:22 +01:00
TemplateSource
WIP replacing direct access tpl_vars with proper getter/setters.
2023-01-10 14:46:33 +01:00