minor #12398 [TwigBridge] TwigExtractor tests require the Finder component (xabbuh)

This PR was merged into the 2.3 branch.

Discussion
----------

[TwigBridge] TwigExtractor tests require the Finder component

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

The tests for the `TwigExtractor`(as introduced in #12377) require the Finder component to be run properly.

Commits
-------

8fc3e03 TwigExtractor tests require the Finder component
This commit is contained in:
Fabien Potencier 2014-11-03 18:52:52 +01:00
commit 08bebaba2c
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
"twig/twig": "~1.12"
},
"require-dev": {
"symfony/finder": "~2.3",
"symfony/form": "~2.2",
"symfony/http-kernel": "~2.2",
"symfony/routing": "~2.2",
@ -29,6 +30,7 @@
"symfony/security": "~2.0"
},
"suggest": {
"symfony/finder": "",
"symfony/form": "",
"symfony/http-kernel": "",
"symfony/routing": "",