jhedstrom / drupalextension

An integration layer between Behat, Mink Extension, and Drupal.
GNU General Public License v2.0
209 stars 192 forks source link

Use BrowserKit with Guzzle client #628

Closed claudiu-cristea closed 1 year ago

claudiu-cristea commented 1 year ago

Problem

Proving the bug

I've created a "test only" PR #627

Proposal

Use Drupal\Tests\DrupalTestBrowser as BrowserKitDriver client. This also has the advantage that is aligned with Drupal core PHPUnit tests.

jhedstrom commented 1 year ago

This looks great, thanks!