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