From 853683f3a802166d0786670a80340f9775377da0 Mon Sep 17 00:00:00 2001 From: Davert Date: Sun, 1 Apr 2018 01:42:13 +0300 Subject: [PATCH] version bump, fixed changelog formatting --- CHANGELOG-2.4.md | 2 +- src/Codeception/Codecept.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-2.4.md b/CHANGELOG-2.4.md index 0b17e0faab..4a6bec80a9 100644 --- a/CHANGELOG-2.4.md +++ b/CHANGELOG-2.4.md @@ -1,6 +1,6 @@ #### 2.4.1 -* Fixed `PHP Fatal error: Uncaught Error: Call to undefined method Codeception\Test\Descriptor::getTestDataSetIndex()` when filtering tests +* Fixed "Uncaught Error: Call to undefined method Codeception\Test\Descriptor::getTestDataSetIndex()" error when filtering tests. * Better support of PHPUnit warning status by @edno: * support PHPUnit addWarning() * display 'W' instead of success for warning test cases diff --git a/src/Codeception/Codecept.php b/src/Codeception/Codecept.php index 8e1626d6bf..c144ddb1de 100644 --- a/src/Codeception/Codecept.php +++ b/src/Codeception/Codecept.php @@ -7,7 +7,7 @@ class Codecept { - const VERSION = "2.4.1"; + const VERSION = "2.4.2"; /** * @var \Codeception\PHPUnit\Runner