Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

PHPUnit Drush test should use the actual local URL #12

Closed
danepowell opened this issue May 2, 2016 · 3 comments
Closed

PHPUnit Drush test should use the actual local URL #12

danepowell opened this issue May 2, 2016 · 3 comments

Comments

@danepowell
Copy link
Contributor

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.

@geerlingguy
Copy link
Contributor

Agreed; this will break when using Drupal VM too.

@ba66e77
Copy link
Contributor

ba66e77 commented Jun 1, 2016

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
@danepowell
Copy link
Contributor Author

I'm pretty sure this was fixed by #122, if not please re-open.

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

No branches or pull requests

3 participants