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
2026-07-11 02:40:49 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3be63a341808598d23056b3feabffdeef54ca62f
smarty
/
tests
/
UnitTests
T
History
Simon Wisselink
3be63a3418
Removed unneeded magic setters/getters/destructors and the like.
2023-01-13 15:56:25 +01:00
..
__shared
converted 3 public properties on Template into getters/setters. unified Template creation code. Provided a getter/setter for the has_nocache_code property. Removed the useless DataObject class. Fixed a few tests. Removed the variable-allow-php-templates property from the docs.
2023-01-13 00:04:08 +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 the allowUndefinedVars check from the smarty error handlers, because undefined vars no longer throw an error, unless smarty->error_unassigned is set to true.
2023-01-12 09:59:10 +01:00
A_Core
WIP rewriting variable scopes
2023-01-10 17:35:34 +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 unneeded magic setters/getters/destructors and the like.
2023-01-13 15:56:25 +01:00
Compiler
Fixed issue related to scoping of left/right delimiter overrides
2023-01-09 11:25:09 +01:00
ConfigFileTests
Made variable scoping more sensible
2023-01-11 11:22:24 +01:00
ResourceTests
converted 3 public properties on Template into getters/setters. unified Template creation code. Provided a getter/setter for the has_nocache_code property. Removed the useless DataObject class. Fixed a few tests. Removed the variable-allow-php-templates property from the docs.
2023-01-13 00:04:08 +01:00
SecurityTests
2 small fixes for unit tests
2023-01-07 23:45:59 +01:00
SmartyMethodsTests
converted 3 public properties on Template into getters/setters. unified Template creation code. Provided a getter/setter for the has_nocache_code property. Removed the useless DataObject class. Fixed a few tests. Removed the variable-allow-php-templates property from the docs.
2023-01-13 00:04:08 +01:00
TemplateSource
Simplified the (no)caching architecture by:
2023-01-13 15:47:57 +01:00