We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46cc90 commit 41711edCopy full SHA for 41711ed
ChangeLog.markdown
@@ -3,6 +3,12 @@ PHPUnit_Selenium
3
4
This is the list of changes made to PHPUnit_Selenium.
5
6
+PHPUnit_Selenium 9.0.0
7
+----------------------
8
+
9
+* Add support for PHPUnit 9 (and drop support for 8.x)
10
11
12
PHPUnit_Selenium 8.0.0
13
----------------------
14
PHPUnit/Extensions/Selenium2TestCase.php
@@ -122,7 +122,7 @@
122
*/
123
abstract class Selenium2TestCase extends TestCase
124
{
125
- const VERSION = '8.0.0';
+ const VERSION = '9.0.0';
126
127
/**
128
* @var string override to provide code coverage data from the server
0 commit comments