giorgiosironi / phpunit-selenium

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

fix #376 #377

Closed gsouf closed 8 years ago

gsouf commented 8 years ago

Fix a bad class mistake

That passed through the test suite because the test class was obviously loaded in the tests, but is not in the real env.

dxops commented 8 years ago

Hi, @giorgiosironi !

Please tag new 3.0.2 version with this fix

giorgiosironi commented 8 years ago

Just pushed. For urgent fixes you can also depend on dev-master.

gsouf commented 8 years ago

Or depend on the commit dev-master#COMMIT-SHA

https://getcomposer.org/doc/04-schema.md#package-links

;)