phpunit-mink
phpunit-mink copied to clipboard
[bc break] Remove "Selenium" dependency
Currently the Selenium dependency is hardcoded:
- the
seleniumMink driver is a requirement incomposer.json - the
timeoutanddesiredCapabilitiessettings inBrowserConfiguraitononly apply to Selenium
After #12 is implemented we can, but this will be BC break for sure:
- replace
seleniumrequirement incomposer.jsonwith suggest tag, that Mink itself uses - move
desiredCapabilitiesandtimeoutfrom globalBrowserConfigurationoptions to Selenium2 driver specific options - set empty default driver
- upon attempt to create driver without actual driver name set throw an exception