Skip to content

Commit

Permalink
5.0.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Jun 22, 2022
1 parent 4a5f2f4 commit f06138e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG-5.x.md
@@ -1,3 +1,22 @@
#### 5.0.0-RC4

* Implemented basic attribute support (#6449) by @DavertMik
* Significantly reduced dependencies on PHPUnit
* Replaced PHPUnit\Framework\TestResult with ResultAggregator
* Added assertionCount method to ResultAggregator
* DotReporter prints standard result summary (#6441) by @Orchestrator404
* Fixed DotReporter output format
* Fixed fetching remote code coverage data (#6448)
* Loading .env file must not override existing environment variables (#6477)
* All changes from 4.2.0 and 4.2.1:
* Improved multi-application experience, allow filtering suites by name (#6435) by @calvinalkan
* Configuration override is passed to included suites (#5978) by @calvinalkan
* Made dry-run command work with module methods having return types (#6470)
* Support for expectError/Warning/Notice/Deprecation methods in unit tests (Requires PHPUnit 8.4+)
* Implemented new setting `convert_deprecations_to_exceptions` (#6469)
* Action file generator: Do not return when return type is never (#6462)
* Execute setupBeforeClass/tearDownAfterClass only once (#6481)

#### 5.0.0-RC3

* Fix incorrect type declaration in InitTemplate by @ziadoz
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Expand Up @@ -36,7 +36,7 @@ class Codecept
/**
* @var string
*/
public const VERSION = '5.0.0-RC3';
public const VERSION = '5.0.0-RC4';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit f06138e

Please sign in to comment.