Closed cweiske closed 2 years ago
Which of the existing drivers already support that, and which one will need a patch ?
I started this PR here because @aik099 asked in https://github.com/minkphp/MinkGoutteDriver/pull/77 to provide this request so that we'd see which drivers currently support it.
@aik099 once merged, yes.
Will this go any further? Otherwise I'll close this PR and delete my repository.
Merging, thanks @cweiske .
@cweiske ,
Ah, now, once tests are executed I can clearly see, that they fail with newer PHPUnit versions:
Next steps:
Yoast\PHPUnitPolyfills\Polyfills\AssertStringContains
class into relevant test case fileuse AssertStringContains
in that test case fileassertStringContainsString
instead of assertContains
@aik099 done
Nice, the Zombie and BrowserKit drivers support basic auth in URL out of the box.
@cweiske This test fails in the Selenium2Driver CI, probably due to not isolating tests enough
@aik099 only after the merge