giorgiosironi / phpunit-selenium

Selenium RC integration for PHPUnit
http://www.phpunit.de/
Other
601 stars 271 forks source link

this project still depends on phpunit 3.7 #319

Closed attachmentgenie closed 9 years ago

attachmentgenie commented 10 years ago

at the moment this project still depends on phpunit3.7 but 4.1 is already stable, what works needs to be done to bump the dependency version?

giorgiosironi commented 10 years ago

Basically running the full suite with after changing the composer.json dependency to 4.1 and making sure everything works.

attachmentgenie commented 10 years ago

that sounds like something that i could manage, i ll give that a go.

giorgiosironi commented 10 years ago

For reference: https://github.com/giorgiosironi/phpunit-selenium/pull/32

attachmentgenie commented 9 years ago

closing as this has been fixed