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
2013-03-12 17:20:40 +01:00
..
Extension Fix docblock type 2013-02-22 07:37:00 +01:00
Form [Form] Improved FormRenderer API to reduce the size of the function call stack during rendering 2012-07-22 09:29:35 +02:00
Node [Form] Fixed SearchAndRenderBlockNode to really ignore empty labels 2012-07-25 19:15:43 +02:00
NodeVisitor [TwigBridge] fixed fixed scope & trans_default_domain node visitor 2013-03-12 17:20:40 +01:00
Resources/views/Form [Form] Fixed TimeType not to render a "size" attribute in select tags 2013-02-22 13:51:30 +01:00
Tests [TwigBridge] fixed non probant tests & added new one 2013-03-12 17:19:53 +01:00
TokenParser fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
Translation [TwigBridge] fixed the translator extractor that were not trimming the text in trans tags (closes #7056) 2013-02-27 08:36:53 +01:00
.gitignore [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
CHANGELOG.md added global variables access in a form theme (closes #3058) 2012-07-10 11:44:08 +02:00
composer.json Removed useless branch alias for dev-master in composer.json 2012-12-06 11:00:55 +01:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
phpunit.xml.dist [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
README.md [TwigBridge] Switched to composer 2012-05-12 18:56:48 +02:00
TwigEngine.php fixed CS 2012-04-07 09:10:50 +02:00

Twig Bridge

Provides integration for Twig with various Symfony2 components.

Resources

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

php composer.phar install --dev

phpunit