Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPUnit 5 compatibility #358

Merged
merged 11 commits into from Jan 4, 2016
Merged

PHPUnit 5 compatibility #358

merged 11 commits into from Jan 4, 2016

Conversation

giorgiosironi
Copy link
Owner

As signaled in #351, there are incompatibilities between the current version of PHPUnit_Selenium and PHPUnit 5.

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 old 1.x branch will remain available but not updated anymore.

2.x will contain:

  • Selenium2TestCase

and work with PHPUnit 4.x or 5.x, with correspondent PHP versions.

1.x will contain:

  • SeleniumTestCase
  • Selenium2TestCase

but will only work with PHPUnit 4.x, with correspondent PHP versions. In general, it will not be updated anymore.

This PR will remain open for comment and feedback until December 19th, 2015.

@giorgiosironi giorgiosironi merged commit 743e42d into master Jan 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant