Releases: Codeception/phpunit-wrapper
Releases · Codeception/phpunit-wrapper
Symfony 5 support for PHPUnit 7
Merge pull request #70 from Codeception/7.1-symfony5 Symfony 5 support for PHPUnit 7 branch
Symfony 5: improved detection of event-dispatcher version
Merge pull request #69 from Codeception/issue-5796 Improved detection of event-dispatcher version
Support Symfony 5
Merge pull request #67 from Codeception/8.0-symfony5 Symfony5: DispatcherWrapper hides dispatch differences
Fix #4413 HTML Report wrong steps/substeps nesting
8.0.5 Show build status of all active branches
Fix #4413 HTML Report wrong steps/substeps nesting
Previously using/calling the same meta step more than once (e.g. calling the same PageObject method twice), led to rendering all the steps from the meta step nested below the first meta step execution/node again and again, instead of several meta step executions/nodes (with each having just all steps from the meta step once).
Fix #4413 HTML Report wrong steps/substeps nesting
For PHPUnit 6.5
Fix #4413 HTML Report wrong steps/substeps nesting
For PHPUnit 5 and PHPUnit 6 < 6.5
Backported specialized assertEquals methods for PHPUnit 6.5
Backported specialized assertEquals methods for PHPUnit 6.5:
- assertEqualsCanonicalizing
- assertNotEqualsCanonicalizing
- assertEqualsIgnoringCase
- assertNotEqualsIgnoringCase
- assertEqualsWithDelta
- assertNotEqualsWithDelta
Backported specialized assertEquals methods for PHPUnit 5.7
Backported specialized assertEquals methods for PHPUnit 5.7:
- assertEqualsCanonicalizing
- assertNotEqualsCanonicalizing
- assertEqualsIgnoringCase
- assertNotEqualsIgnoringCase
- assertEqualsWithDelta
- assertNotEqualsWithDelta
Require PHP 7.2+
8.0.4 require php 7.2+ for PHPUnit 8