phpunit-mink icon indicating copy to clipboard operation
phpunit-mink copied to clipboard

[bc break] Remove "Selenium" dependency

Open aik099 opened this issue 10 years ago • 0 comments

Currently the Selenium dependency is hardcoded:

  • the selenium Mink driver is a requirement in composer.json
  • the timeout and desiredCapabilities settings in BrowserConfiguraiton only apply to Selenium

After #12 is implemented we can, but this will be BC break for sure:

  • replace selenium requirement in composer.json with suggest tag, that Mink itself uses
  • move desiredCapabilities and timeout from global BrowserConfiguration options to Selenium2 driver specific options
  • set empty default driver
  • upon attempt to create driver without actual driver name set throw an exception

aik099 avatar Mar 20 '15 19:03 aik099