Skip to content

Releases: Codeception/phpunit-wrapper

Symfony 5 support for PHPUnit 7

23 Dec 06:59
bc847bd
Compare
Choose a tag to compare
Merge pull request #70 from Codeception/7.1-symfony5

Symfony 5 support for PHPUnit 7 branch

Symfony 5: improved detection of event-dispatcher version

21 Dec 16:09
f1370a1
Compare
Choose a tag to compare
Merge pull request #69 from Codeception/issue-5796

Improved detection of event-dispatcher version

Support Symfony 5

24 Nov 15:31
ee0c1fa
Compare
Choose a tag to compare
Merge pull request #67 from Codeception/8.0-symfony5

Symfony5: DispatcherWrapper hides dispatch differences

Fix #4413 HTML Report wrong steps/substeps nesting

23 Nov 18:09
Compare
Choose a tag to compare
8.0.5

Show build status of all active branches

Fix #4413 HTML Report wrong steps/substeps nesting

23 Nov 18:26
Compare
Choose a tag to compare
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

23 Nov 18:32
Compare
Choose a tag to compare

Fix #4413 HTML Report wrong steps/substeps nesting

23 Nov 18:30
Compare
Choose a tag to compare

For PHPUnit 5 and PHPUnit 6 < 6.5

Backported specialized assertEquals methods for PHPUnit 6.5

18 Aug 15:55
93f59e0
Compare
Choose a tag to compare

Backported specialized assertEquals methods for PHPUnit 6.5:

  • assertEqualsCanonicalizing
  • assertNotEqualsCanonicalizing
  • assertEqualsIgnoringCase
  • assertNotEqualsIgnoringCase
  • assertEqualsWithDelta
  • assertNotEqualsWithDelta

Backported specialized assertEquals methods for PHPUnit 5.7

18 Aug 15:54
4394f87
Compare
Choose a tag to compare

Backported specialized assertEquals methods for PHPUnit 5.7:

  • assertEqualsCanonicalizing
  • assertNotEqualsCanonicalizing
  • assertEqualsIgnoringCase
  • assertNotEqualsIgnoringCase
  • assertEqualsWithDelta
  • assertNotEqualsWithDelta

Require PHP 7.2+

27 Feb 13:02
Compare
Choose a tag to compare
8.0.4

require php 7.2+ for PHPUnit 8