File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,16 @@ title: Codeception Changelog
14
14
* Internal API refactored:
15
15
* Modern PHP class names used internally
16
16
* Moved PHPUnit related classes to [ codeception/phpunit-wrapper] ( https://github.com/Codeception/phpunit-wrapper ) package.
17
+ * Removed ` shims ` for underscore PHPUnit classes > namespaced PHP classes
17
18
* Cest hooks behavior changed (by ** [ fffilimonov] ( https://github.com/fffilimonov ) ** ):
18
19
* ` _failed ` called when test fails
19
20
* ` _passed ` called when tests is successful
20
21
* ` _after ` is called for failing and successful tests
21
22
22
- #### 2.3.9
23
+ ** Upgrade Notice** : If you face issues with underscore PHPUnit class names (like PHPUnit_Framework_Assert) you have two options:
24
+
25
+ * Lock version for PHPUnit in composer.json: "phpunit/phpunit":"^5.0.0"
26
+ * Update your codebase and replace underscore PHPUnit class names to namespaced (PHPUnit 6+ API) #### 2.3.9
23
27
24
28
* Added ` Codeception\Step\Argument\PasswordArgument ` to pass sensitive data into tests:
25
29
You can’t perform that action at this time.
0 commit comments