minkphp / MinkGoutteDriver

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

Skip unsupported tests #94

Closed stof closed 1 year ago

stof commented 1 year ago

See https://github.com/minkphp/driver-testsuite/pull/65

stof commented 1 year ago

The CI failure is because Goutte triggers a deprecation. the solution is to finally deprecate this driver in favor of BrowserKitDriver with the browser based on symfony/http-client.