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-06 19:55:01 +02:00
..
Command [FrameworkBundle] Move lint commands to lint namespace. 2015-04-02 15:30:12 +01:00
DataCollector Fix getComputedData 2015-01-25 19:37:18 +01:00
Extension [Form] Fix BC break introduced in #14050 2015-04-05 20:38:35 +02:00
Form [TwigBridge] Removed duplicated code from TwigRenderer 2015-02-10 17:22:35 +01:00
Node Merge branch '2.6' into 2.7 2015-03-22 17:57:18 +01:00
NodeVisitor Merge branch '2.3' into 2.5 2015-01-25 05:37:39 +01:00
Resources/views/Form [Form][choice] added choice_translation_domain to avoid trans options. 2015-04-03 23:13:58 +01:00
Tests [Form] Make tested features configurable 2015-04-05 23:37:27 +02:00
TokenParser [DebugBundle] adjust after review 2014-09-23 16:25:59 +02:00
Translation [Translation][Extractor] Allow extracting an array of files besides extracting a directory 2015-03-27 07:53:09 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php [TwigBundle] made AppVariable compatible with 3.0 2015-01-25 03:38:09 +01:00
CHANGELOG.md [Translation][Extractor] Allow extracting an array of files besides extracting a directory 2015-03-27 07:53:09 +01:00
composer.json Fix composer.json dependencies 2015-04-06 19:55:01 +02: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