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
1ef29b65eab3faec909f7ec07fe55adfc4b69a0e
smarty
/
tests
/
UnitTests
/
ResourceTests
/
Custom
T
History
Simon Wisselink
5c74dc4a83
Replaced a bunch of direct property access with getters/setters.
2023-01-13 16:55:15 +01:00
..
Ambiguous
Replaced a bunch of direct property access with getters/setters.
2023-01-13 16:55:15 +01:00
DemoPluginExtendsAll
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
DemoPluginMysql
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