Julio Montoya 7464887946 Updating vendors | il y a 11 ans | |
---|---|---|
.. | ||
Asset | il y a 11 ans | |
Helper | il y a 11 ans | |
Loader | il y a 11 ans | |
Storage | il y a 11 ans | |
Tests | il y a 11 ans | |
CHANGELOG.md | il y a 11 ans | |
DebuggerInterface.php | il y a 11 ans | |
DelegatingEngine.php | il y a 11 ans | |
EngineInterface.php | il y a 11 ans | |
LICENSE | il y a 11 ans | |
PhpEngine.php | il y a 11 ans | |
README.md | il y a 11 ans | |
StreamingEngineInterface.php | il y a 11 ans | |
TemplateNameParser.php | il y a 11 ans | |
TemplateNameParserInterface.php | il y a 11 ans | |
TemplateReference.php | il y a 11 ans | |
TemplateReferenceInterface.php | il y a 11 ans | |
composer.json | il y a 11 ans | |
phpunit.xml.dist | il y a 11 ans |
Templating provides all the tools needed to build any kind of template system.
It provides an infrastructure to load template files and optionally monitor them for changes. It also provides a concrete template engine implementation using PHP with additional tools for escaping and separating templates into blocks and layouts.
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Templating/
$ composer.phar install
$ phpunit