As signaled in #351, there are incompatibilities between the current version of PHPUnit_Selenium and PHPUnit 5.Supported PHP versions vary from 5.3 (!) to 5.6, according to the PHPUnit's version requirement.
It is a losing proposition to still support Selenium 1 API (SeleniumTestCase
), as it redefines methods that have even changed signatures. It has not been maintained for years.
So to support PHPUnit 5.x there will be a new major version of this project,2.x
. The old1.x
branch will remain available but not updated anymore.
2.x
will contain:
and work with PHPUnit 4.x or 5.x, with correspondent PHP versions.
Selenium2TestCase
1.x
will contain:
but will only work with PHPUnit 4.x, with correspondent PHP versions. In general, it will not be updated anymore.
SeleniumTestCase
Selenium2TestCase
Installation is available through Composer, as before.
No comments:
Post a Comment