Skip to content

Commit bfd7553

Browse files
committed
auto updated documentation
1 parent 4338267 commit bfd7553

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

changelog.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)