contexts
contexts copied to clipboard
Wrong behat configuration
Why the following extension configuration is used in behat.yml.dist:
(1) Behat\MinkExtension\ServiceContainer\MinkExtension?
In documentation of Mink Extension and Symfony2Extension as an example is used
(2) Behat\MinkExtension.
I noticed different behaviour with MinkGoutteDriver. If (2) configuration is used then MinkGoutteDriver is not loaded, it is only loaded if (1) configuration is used. But there is no example in MinkGoutteDriver documentation.
I didn’t find the Behat\MinkExtension class. The previous class was Behat\MinkExtension\Extension.