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
Nicolas Grekas a4cfcd1824 Merge branch '2.7'
* 2.7:
  [Form] Make tested features configurable
  fix upgrade readme syntax
  [Form] Fix BC break introduced in #14050
  [Form] Fix declaration of legacy tests
  Fix symfony/form dependend components
  [HttpKernel] Require symfony/debug < 3.0
  [Bridge\PhpUnit] Relax silencing rule and fix phpunit runtime detection

Conflicts:
	src/Symfony/Component/Form/Tests/AbstractLayoutTest.php
	src/Symfony/Component/HttpKernel/composer.json
2015-04-06 11:11:04 +02:00
..
Command Merge branch '2.7' 2015-04-05 10:20:29 +02:00
DataCollector Fix getComputedData 2015-01-25 19:37:18 +01:00
Extension Merge branch '2.7' 2015-04-06 11:11:04 +02:00
Form [TwigBridge] Removed duplicated code from TwigRenderer 2015-02-10 17:22:35 +01:00
Node Merge branch '2.7' 2015-03-24 18:09:17 +01:00
NodeVisitor Merge branch '2.3' into 2.5 2015-01-25 05:37:39 +01:00
Resources/views/Form Merge branch '2.7' 2015-04-05 10:20:29 +02: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 [TwigBridge] Pushed symfony/form dependency from ~2.6 to ~2.7 2015-04-01 13:22:40 +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