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
In minkphp/webdriver-classic-driver#23, I was considering to use the mink-test-server script instead of calling PHP directly in the bootstrap.php file, but from what I understand it wouldn't work, unless I force MINK_HOST with:
I guess different environment variables were used because nobody called the mink-test-server bash script from the PHPUnit bootstrap, where WEB_FIXTURES_HOST is also available.
Shouldn't these two points use the same environment variable (at least for the port)?
driver-testsuite/tests/AbstractConfig.php
Line 42 in 2ef2bff
driver-testsuite/bin/mink-test-server
Line 9 in 2ef2bff
In minkphp/webdriver-classic-driver#23, I was considering to use the
mink-test-server
script instead of calling PHP directly in the bootstrap.php file, but from what I understand it wouldn't work, unless I forceMINK_HOST
with:@aik099 that's another reason I wasn't relying on the old/current (broken) approach.
The text was updated successfully, but these errors were encountered: