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-04-07 03:53:28 -03:00
..
Extension [TwigBundle] fixed CS 2012-04-07 01:24:57 -03:00
Node [Form] Alternate syntax for form_theme 2012-03-13 14:48:30 +01: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] Fixed duplicate errors on forms with "error_bubbling"=false 2012-02-10 11:41:19 +01:00
Tests moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
TokenParser [Form] Alternate syntax for form_theme 2012-03-13 14:48:30 +01:00
Translation [TwigBridge] rewrote the Twig translation extractor 2011-09-23 09:38:20 +02:00
composer.json Removed version field 2012-02-27 09:59:20 +01:00
phpunit.xml.dist moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
README.md [Propel1Bridge][TwigBridge] fixed export instructions in the README files 2012-04-06 23:24:52 -03:00
TwigEngine.php [TwigBridge] Added a TwigEngine in the bridge 2012-04-02 18:28:35 +02:00

Twig Bridge

Provides integration for Twig with various Symfony2 components.

Resources

You can run the unit tests with the following command:

phpunit -c src/Symfony/Bridge/Twig/

If you also want to run the unit tests that depend on other Symfony Components, declare the following environment variables before running PHPUnit:

export TWIG=../path/to/Twig
export SYMFONY_FORM=../path/to/Form
export SYMFONY_TRANSLATION=../path/to/Translation
export SYMFONY_EVENT_DISPATCHER=../path/to/EventDispatcher
export SYMFONY_LOCALE=../path/to/Locale