merged branch adrienbrault/twig-bridge-tests (PR #9017)

This PR was merged into the master branch.

Discussion
----------

TwigBridge: fix tests when run standalone

Hey,

I was trying to run the tests only for the TwigBridge, but the stopwatch dependency was missing.

Commits
-------

8718d19 TwigBridge: fix tests when run standalone
This commit is contained in:
Fabien Potencier 2013-09-13 07:08:20 +02:00
commit 81fafe990a

View File

@ -26,7 +26,8 @@
"symfony/templating": "~2.1",
"symfony/translation": "~2.2",
"symfony/yaml": "~2.0",
"symfony/security": "~2.0"
"symfony/security": "~2.0",
"symfony/stopwatch": "~2.2"
},
"suggest": {
"symfony/form": "",
@ -35,7 +36,8 @@
"symfony/templating": "",
"symfony/translation": "",
"symfony/yaml": "",
"symfony/security": ""
"symfony/security": "",
"symfony/stopwatch": ""
},
"autoload": {
"psr-0": { "Symfony\\Bridge\\Twig\\": "" }