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
composer bootstrap v4 really needs PhpBrowser? #5806
Comments
@zdenekgebauer If you only want unit suite, use Though |
Yes, this is little confusing:
|
Two issues here.
|
Actually |
Merged
I released patch as 4.0.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are you trying to achieve?
Boostrap new tests without unused modules
What do you get instead?
Steps to reproduce:
composer install
vendor\bin\codecept bootsrap
Details
composer show
)Presence of PhpBrowser shouldn't be checked during boostrap. Some projects do not require acceptance nor functional tests, they require only unit test
The text was updated successfully, but these errors were encountered: