Skip to content

Commit 7c8bef6

Browse files
committed
update changelog for 8.0 release, bump version number
1 parent 1a080e8 commit 7c8bef6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.markdown

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

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

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+
612
PHPUnit_Selenium 7.0.1
713
----------------------
814

PHPUnit/Extensions/Selenium2TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
*/
123123
abstract class Selenium2TestCase extends TestCase
124124
{
125-
const VERSION = '7.0.1';
125+
const VERSION = '8.0.0';
126126

127127
/**
128128
* @var string override to provide code coverage data from the server

0 commit comments

Comments
 (0)