Skip to content

Commit

Permalink
Enable Symfony VarDumper component for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 17, 2017
1 parent b849ee2 commit a74bcac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
"Tests/"
]
},
"autoload-dev": {
"files": [
"vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
Expand Down

0 comments on commit a74bcac

Please sign in to comment.