Skip to content
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

[6.x] Fix "pest" option does not exist on dusk:fails command #921

Merged
merged 1 commit into from
Sep 3, 2021
Merged

[6.x] Fix "pest" option does not exist on dusk:fails command #921

merged 1 commit into from
Sep 3, 2021

Conversation

SupianIDz
Copy link
Contributor

This is to fix the [#920] issue.

This is because the $signature property of the parent class is overridden by the child class for which the "pest" option is missing.

See :
https://github.com/laravel/dusk/blob/6.x/src/Console/DuskCommand.php#L102
https://github.com/laravel/dusk/blob/6.x/src/Console/DuskCommand.php#L20
https://github.com/laravel/dusk/blob/6.x/src/Console/DuskFailsCommand.php#L12

@driesvints driesvints changed the title Fix "pest" option does not exist on dusk:fails command [6.x] Fix "pest" option does not exist on dusk:fails command Sep 3, 2021
@driesvints driesvints linked an issue Sep 3, 2021 that may be closed by this pull request
@taylorotwell taylorotwell merged commit 74d19e6 into laravel:6.x Sep 3, 2021
@SupianIDz
Copy link
Contributor Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dusk:fails error with message The "pest" option does not exist.
3 participants