Skip to content

Commit

Permalink
minor symfony#12398 [TwigBridge] TwigExtractor tests require the Find…
Browse files Browse the repository at this point in the history
…er 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 symfony#12377) require the Finder component to be run properly.

Commits
-------

8fc3e03 TwigExtractor tests require the Finder component
  • Loading branch information
fabpot committed Nov 3, 2014
2 parents a08fda5 + 8fc3e03 commit 08bebab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Bridge/Twig/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -29,6 +30,7 @@
"symfony/security": "~2.0"
},
"suggest": {
"symfony/finder": "",
"symfony/form": "",
"symfony/http-kernel": "",
"symfony/routing": "",
Expand Down

0 comments on commit 08bebab

Please sign in to comment.