-
Notifications
You must be signed in to change notification settings - Fork 11
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
Not compatible with acquia/blt-behat #6
Comments
Also having this problem.
|
I am getting error as well. What did you do to resolve? |
I ended up forking the code base and modifying it to resolve the issue. I have since left that project so I don't have access to the modified code any more, but it was a simple change. |
In BLT 12, now that the Behat support has been moved into the acquia/blt-behat plug-in, when doing
blt recipes:ddev --no-interaction
results in the error
PHP Fatal error: Uncaught Error: Class 'Acquia\Blt\Robo\Commands\Tests\BehatCommand' not found in /home/gregg/drupalsites/brc-local/vendor/lcatlett/blt-ddev/src/Blt/Plugin/Commands/BehatDdevCommand.php:7
It appears the BehatCommand has moved from
vendor/acquia/blt/src/Robo/Commands/Tests/BehatCommand.php
tovendor/acquia/blt-behat/src/Blt/Plugin/Commands/BehatTestCommand.php
The text was updated successfully, but these errors were encountered: