Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 279 forks source link

Add Symfony2 browserkit driver #371

Closed mtarld closed 3 years ago

mtarld commented 3 years ago

Add Symfony2Extension's KernelDriver to the list of available drivers

stof commented 3 years ago

This PR does not make sense. The Symfony2Extension is registering a driver factory for the driver it manages, and that's how it is meant to work. `registerDriverFactory is an extension point of MinkExtension. See https://github.com/Behat/Symfony2Extension/blob/31258ea704144c2cd55db1ce58de000c5d59a77b/src/Behat/Symfony2Extension/ServiceContainer/Symfony2Extension.php#L47-L55