Skip to content

Commit 41711ed

Browse files
committed
Update changelog and version number for 9.0.0 release
1 parent d46cc90 commit 41711ed

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 9.0.0
7+
----------------------
8+
9+
* Add support for PHPUnit 9 (and drop support for 8.x)
10+
11+
612
PHPUnit_Selenium 8.0.0
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 = '8.0.0';
125+
const VERSION = '9.0.0';
126126

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

0 commit comments

Comments
 (0)