-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should phpunit be a dependency? #13
Comments
Hi @robertfausk sure thing, here goes: composer.json
behat.yml
vendor/bin/behat -vvv
Notably if I remove the MinkExtension part from the behat.yml, I do not see the error. So, if the behat.yml is just this:
Then I get the usual output:
|
This is cause this library uses |
Hi all, I am right at the beginning of trying this out, but got hit by the same error mentioned in #4. I was just wondering if phpunit should be a dependency, since it seems to be necessary.
The text was updated successfully, but these errors were encountered: