add prophecy and phpunit integration to make mocking a bit simpler.

This commit is contained in:
steve.brazier 2013-12-06 12:51:12 +00:00
commit 0b130a42db
2 changed files with 125 additions and 19 deletions

View file

@ -30,7 +30,8 @@
"symfony/console" : "2.*",
"psr/log": "1.0.0",
"monolog/monolog": "1.6.0",
"pimple/pimple": "1.1.*"
"pimple/pimple": "1.1.*",
"phpspec/prophecy-phpunit": "1.*"
},
"suggest": {