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
1414* Internal API refactored:
1515 * Modern PHP class names used internally
1616 * 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
1718* Cest hooks behavior changed (by ** [ fffilimonov] ( https://github.com/fffilimonov ) ** ):
1819 * ` _failed ` called when test fails
1920 * ` _passed ` called when tests is successful
2021 * ` _after ` is called for failing and successful tests
2122
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
2327
2428* Added ` Codeception\Step\Argument\PasswordArgument ` to pass sensitive data into tests:
2529
You can’t perform that action at this time.
0 commit comments