You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2018-02-27-codeception-2.4-released.markdown
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,12 @@ date: 2018-02-27 01:03:50
5
5
---
6
6
7
7
Hello everyone! We'd like to announce the immediate **availability of Codeception 2.4.0**.
8
-
This follows up the PHPUnit 7.0 release and mostly contains compatibility fixes for latest PHPUnit. Internal usage of PHPUnit in Codeception was switched to new namespaced class names. This doesn't break any public APIs but can break some setups. That's why this is a minor release with a proper announcement. Please upgrade and unless you have some PHPUnit version conflict you should not experience any issues.
9
8
10
-
Codeception 2.4.0 is a stability release. We also dropped unmaintained PHP 5.4 and PHP 5.5. But we keep compatibility with PHP 5.6 so if your company still uses PHP 5 (and we understand business reasons) you can install this update too. Codeception is still going to be maintained with PHP 5.6 compatibility in mind. We don't break API just for the sake of clean code. We try to make things reliable.
9
+
This follows up the PHPUnit release and mostly contains **compatibility fixes for PHPUnit 7**. Internal usage of PHPUnit in Codeception was switched to new namespaced class names. This doesn't break any public APIs but can break some setups. That's why this is a minor release with a proper announcement. Please upgrade and unless you have some PHPUnit version conflict you should not experience any issues.
11
10
12
-
In the same Codeception 2.3.9 is released time so if you want to get the latest changes and you still use old PHP, upgrade to this version.
11
+
Codeception 2.4.0 is a stability release. We **dropped unmaintained PHP 5.4 and PHP 5.5**. But we keep compatibility with PHP 5.6 so if your company still uses PHP 5 (and we understand business reasons) you can install this update too. Codeception is still going to be maintained with PHP 5.6 compatibility in mind. We don't break API just for the sake of clean code. We try to make things reliable.
12
+
13
+
In the same Codeception 2.3.9 is released, so if you want to get the latest changes and you still use old PHP, upgrade to this version.
13
14
14
15
In Codeception 2.4 you will also find new hooks for Cest files:
15
16
@@ -21,6 +22,8 @@ Previously `_after` hook worked as `_passed` and that behavior was confusing. Th
21
22
22
23
[See changelog](https://codeception.com/changelog) for the complete list of fixes and improvements.
23
24
25
+
Thanks to all our contributors to make this release happen!
26
+
24
27
---
25
28
26
29
We also launched [Codeception Slack](https://join.slack.com/t/codeception/shared_invite/enQtMzE2MzgxNzM1OTUzLTcwMmMxZjMxYTdkMzljMzNjNmNiNWQ0NGNjNTY0MjJlNWNjOTI0ZWU0Mjg4YmE5NTI0MmMwNDZmNzRhOTZmNWE) to talk about testing and Codeception.
0 commit comments