-
Notifications
You must be signed in to change notification settings - Fork 397
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
PHPUnit Drush test should use the actual local URL #12
Comments
Agreed; this will break when using Drupal VM too. |
The behat uses a local url variable to (I believe) identify the url that should be used. Seems like that should also work for the Drush test. |
grasmash
added a commit
to grasmash/bolt
that referenced
this issue
Jun 6, 2016
I'm pretty sure this was fixed by #122, if not please re-open. |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DrushTest currently looks for a hardcoded local URL, 127.0.0.1:8888: https://github.com/acquia/bolt/blob/8.x/template/tests/phpunit/DrushTest.php
Seems like it should be looking for the project-specific URL or something else entirely. This fails on our project.
The text was updated successfully, but these errors were encountered: