GuilhermeGuitte / behat-laravel

Testing with Behat in your Laravel application.
64 stars 13 forks source link

Add PHPUnit to composer.json 'require' #12

Closed andylolz closed 10 years ago

andylolz commented 10 years ago

PHPUnit appears to be a requirement. If I add it to my project’s composer.json, everything works fine. Without it, I guess I need PHPUnit installed globally.