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
2012-07-21 12:56:50 +02:00
..
Extension [Form] Precalculated the closure for deciding whether a choice is selected (PHP +30ms, Twig +30ms) 2012-07-21 12:56:50 +02:00
Form [Form] The properties of FormView are now accessed directly in order to increase performance (PHP +200ms, Twig +150ms) 2012-07-21 12:56:11 +02:00
Node removed unneeded echo 2012-07-18 09:46:34 +02:00
NodeVisitor [TwigBridge] added a way to specify a default domain for a Twig template (via the 'trans_default_domain' tag) 2012-01-02 17:48:19 +01:00
Resources/views/Form [Form] Tweaked the generation of option tags for performance (PHP +200ms, Twig +50ms) 2012-07-21 12:56:50 +02:00
Tests [Form] Precalculated the closure for deciding whether a choice is selected (PHP +30ms, Twig +30ms) 2012-07-21 12:56:50 +02:00
TokenParser fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
Translation [TwigBridge] rewrote the Twig translation extractor 2011-09-23 09:38:20 +02: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 Revert "raised the minimum version of PHP to 5.3.4 (closes #3856)" 2012-07-15 12:13:51 +02:00
LICENSE added missing LICENSE files 2012-05-18 19:00:00 +02: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