This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig
2015-04-02 15:55:01 +02:00
..
Extension Fix some phpdocs for Twig extensions & templating helpers 2015-04-02 15:55:01 +02:00
Form Docblock fixes 2014-11-30 13:33:44 +00:00
Node CS: Convert double quotes to single quotes 2015-03-21 12:11:30 +01:00
NodeVisitor Removed dead code and various cleaning 2015-01-21 21:14:55 +01:00
Resources/views/Form Added the '-' character for spaceless on tag start and end to be consistent for block, if, set and for nodes 2015-01-18 15:22:12 +01:00
Tests [Twig][Bridge][TranslationDefaultDomain] add support of named arguments. 2015-01-18 14:05:48 +01:00
TokenParser added lines to exceptions for the trans and transchoice tags 2014-01-25 10:55:07 +01:00
Translation Php Inspections (EA Extended) - static code analysis includes: 2015-03-07 20:12:23 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [TwigBridge] Removed duplicate entries from the CHANGELOG 2013-04-18 12:18:55 +02:00
composer.json [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00
TwigEngine.php Docblock fixes 2014-11-30 13:33:44 +00:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources

If you want to run the unit tests, install dev dependencies before running PHPUnit:

$ cd path/to/Symfony/Bridge/Twig/
$ composer install
$ phpunit