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
Fabien Potencier b6767c23dd Merge branch '2.8' into 3.0
* 2.8:
  [2.7] Fix tests
  pass triggerDeprecationError arg to parent class
  remove default null value for asset version
  remove duplicated value
  [Ldap] Remove unused private property
  Update UPGRADE-3.0 with correct Voter details
  Change few occurences of a public setUp() method to protected
  [DependencyInjection] simplify the BC layer
  Change couple of occurences of a public setUp() method to protected
2016-01-30 17:03:33 +01:00
..
Command Merge branch '2.8' into 3.0 2015-12-10 18:31:09 +01:00
DataCollector Redesigned the Symfony Profiler 2015-09-14 08:10:04 +02:00
Extension Merge branch '2.8' into 3.0 2016-01-24 12:11:10 +01:00
Form [TwigBridge] Removed duplicated code from TwigRenderer 2015-02-10 17:22:35 +01:00
Node Merge branch '2.8' 2015-08-23 18:17:08 +02:00
NodeVisitor Merge branch '2.3' into 2.7 2015-08-22 09:41:51 +02:00
Resources/views/Form Merge branch '2.8' into 3.0 2016-01-20 13:18:23 +01:00
Tests Merge branch '2.8' into 3.0 2016-01-30 17:03:33 +01:00
TokenParser Merge branch '2.3' into 2.7 2015-08-22 09:41:51 +02:00
Translation [TwigBridge] type-dependent path discovery 2015-07-26 08:32:57 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php Merge branch '2.8' 2015-09-01 09:37:41 +02: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 Merge branch '2.8' into 3.0 2015-12-05 12:13:14 +01:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +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