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