Skip to content

Commit 6566319

Browse files
authored
Merge pull request #435 from joesaunderson/master
Change version from 4.1.0 -> 7.0.0
2 parents 3129be3 + a8ed6a6 commit 6566319

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ PHPUnit_Selenium
33

44
This is the list of changes made to PHPUnit_Selenium.
55

6+
PHPUnit_Selenium 7.0.1
7+
----------------------
8+
9+
* #435 Change version number
10+
611
PHPUnit_Selenium 7.0.0
712
----------------------
813

PHPUnit/Extensions/Selenium2TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
*/
102102
abstract class PHPUnit_Extensions_Selenium2TestCase extends TestCase
103103
{
104-
const VERSION = '4.1.0';
104+
const VERSION = '7.0.1';
105105

106106
/**
107107
* @var string override to provide code coverage data from the server

0 commit comments

Comments
 (0)