Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Jan 7, 2017
1 parent 35ef0b9 commit 0ca70e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Functional/config/framework.yml
Expand Up @@ -3,7 +3,7 @@ framework:
test: ~
session:
storage_id: session.storage.mock_file
form: true
form: true
csrf_protection: true
validation:
enabled: true
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -47,7 +47,9 @@
"symfony/routing": "~2.3|~3.0",
"symfony/templating": "~2.3|~3.0",
"symfony/twig-bundle": "~2.3|~3.0",
"symfony/twig-bridge": "~2.3|~3.0"
"symfony/twig-bridge": "~2.3|~3.0",
"twig/twig": "~1.0"

},
"autoload": {
"psr-0": { "JMS\\Payment\\CoreBundle": "" }
Expand Down

0 comments on commit 0ca70e0

Please sign in to comment.