minkphp / MinkGoutteDriver

Goutte driver for Mink framework
MIT License
300 stars 52 forks source link

Added resetting of the basic auth #39

Closed stof closed 10 years ago

stof commented 10 years ago

this makes the driver pass the test added in https://github.com/Behat/Mink/pull/511

I also added an overwrite of the client getter to document that the client returned by the getter is always a Goutte client, not a generic BrowserKit client