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.
2 parents 3129be3 + a8ed6a6 commit 6566319Copy full SHA for 6566319
ChangeLog.markdown
@@ -3,6 +3,11 @@ PHPUnit_Selenium
3
4
This is the list of changes made to PHPUnit_Selenium.
5
6
+PHPUnit_Selenium 7.0.1
7
+----------------------
8
+
9
+* #435 Change version number
10
11
PHPUnit_Selenium 7.0.0
12
----------------------
13
PHPUnit/Extensions/Selenium2TestCase.php
@@ -101,7 +101,7 @@
101
*/
102
abstract class PHPUnit_Extensions_Selenium2TestCase extends TestCase
103
{
104
- const VERSION = '4.1.0';
+ const VERSION = '7.0.1';
105
106
/**
107
* @var string override to provide code coverage data from the server
0 commit comments