update to Smarty v4.5.3, dont update to v5 is not supported, need many changes

This commit is contained in:
Ibnu Maksum
2024-05-30 09:32:54 +07:00
parent a9c0e95593
commit 78a6468584
31 changed files with 4213 additions and 151 deletions

10
system/vendor/smarty/smarty/run-tests.sh vendored Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
# Runs composer update, echoes php version and runs PHPUnit
# Usage examples:
# - ./run-tests.sh --group 20221124
# - ./run-tests.sh --exclude-group slow
composer update --quiet
#php -r 'echo "\nPHP version " . phpversion() . ". ";'
php ./vendor/phpunit/phpunit/phpunit $@