Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294288

Use Behat\Mink\Driver\BrowserKitDriver directly instead of GoutteDriver for PHP 8 compatibility

$
0
0

Problem/Motivation

Goutte itself is deprecated and is just an alias to Symfony\Component\BrowserKit\HttpBrowser. However, Drupal depends on behat/mink-goutte-driver which of course depends on Goutte. However it does not seem like we quite depend on the particulars of the very minor features implemented in behat/mink-goutte-driver on top of Goutte (AKA Symfony\Component\BrowserKit\HttpBrowser).

Proposed resolution

Swap out using Goutte itself with Symfony\Component\BrowserKit\HttpBrowser and behat/mink-goutte-driver with its existing underlying dependency behat/mink-browserkit-driver.

Remaining tasks

Figure out what we need to change.
Replace behat/mink-goutte-driver with behat/mink-browserkit-driver as a dependency.

User interface changes

API changes

Data model changes

Release notes snippet


Viewing all articles
Browse latest Browse all 294288

Trending Articles