Julio Montoya 7464887946 Updating vendors | há 11 anos atrás | |
---|---|---|
.. | ||
Asset | há 11 anos atrás | |
Helper | há 11 anos atrás | |
Loader | há 11 anos atrás | |
Storage | há 11 anos atrás | |
Tests | há 11 anos atrás | |
CHANGELOG.md | há 11 anos atrás | |
DebuggerInterface.php | há 11 anos atrás | |
DelegatingEngine.php | há 11 anos atrás | |
EngineInterface.php | há 11 anos atrás | |
LICENSE | há 11 anos atrás | |
PhpEngine.php | há 11 anos atrás | |
README.md | há 11 anos atrás | |
StreamingEngineInterface.php | há 11 anos atrás | |
TemplateNameParser.php | há 11 anos atrás | |
TemplateNameParserInterface.php | há 11 anos atrás | |
TemplateReference.php | há 11 anos atrás | |
TemplateReferenceInterface.php | há 11 anos atrás | |
composer.json | há 11 anos atrás | |
phpunit.xml.dist | há 11 anos atrás |
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