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 1a080e8 commit 7c8bef6Copy full SHA for 7c8bef6
ChangeLog.markdown
@@ -3,6 +3,12 @@ PHPUnit_Selenium
3
4
This is the list of changes made to PHPUnit_Selenium.
5
6
+PHPUnit_Selenium 8.0.0
7
+----------------------
8
+
9
+* Add support for PHPUnit 8 (and drop support for 7.x)
10
+* Change all classes to use PSR-4
11
12
PHPUnit_Selenium 7.0.1
13
----------------------
14
PHPUnit/Extensions/Selenium2TestCase.php
@@ -122,7 +122,7 @@
122
*/
123
abstract class Selenium2TestCase extends TestCase
124
{
125
- const VERSION = '7.0.1';
+ const VERSION = '8.0.0';
126
127
/**
128
* @var string override to provide code coverage data from the server
0 commit comments