Skip to content

Commit 247cd00

Browse files
committed
Fix the testsuite
PHPUnit_MockObject is not able to mock methods using a typehint on an undefined class. So mocking the ContainerBuilder with this library requires having the ExpressionLanguage component.
1 parent 10f11d7 commit 247cd00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"symfony/console": "~2.0",
2323
"willdurand/jsonp-callback-validator": "~1.0"
2424
},
25+
"require-dev": {
26+
"symfony/expression-language": "~2.4"
27+
},
2528
"autoload": {
2629
"psr-4": { "FOS\\JsRoutingBundle\\": "" }
2730
},

0 commit comments

Comments
 (0)