You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests/phpunit/src/TestBase.php file only loads the project.yml and ignores any overrides in project.local.yml. If I want my local dev environment to use a different project.local.hostname from my committed project.yml, my project is failing PHPUnit DrushTest.
I am going to tinker around with a solution, but wanted to get an issue submitted anyways.
The text was updated successfully, but these errors were encountered:
https://github.com/acquia/blt/blob/8.x/template/tests/phpunit/src/TestBase.php#L26
The
tests/phpunit/src/TestBase.php
file only loads the project.yml and ignores any overrides inproject.local.yml
. If I want my local dev environment to use a differentproject.local.hostname
from my committedproject.yml
, my project is failing PHPUnit DrushTest.I am going to tinker around with a solution, but wanted to get an issue submitted anyways.
The text was updated successfully, but these errors were encountered: