Skip to content

Releases: Codeception/Codeception

4.1.13

20 Dec 13:45
Compare
Choose a tag to compare
  • Gherkin: Fixed loading methods from namespaced helper classes #6057

4.1.12

16 Nov 06:44
Compare
Choose a tag to compare
  • Dependency Injection: Fix PHP types being treated as classes #6031 by @cs278

bugfix release

03 Nov 17:36
Compare
Choose a tag to compare
  • Add ServerConstAdapter for phpdotenv v5 #6015 by #retnek
  • Use fully qualified name for class constant defaults #6016 by @lastzero
  • Another patch for class constant default values #6027 by @mwi-gofore

PHP 8

23 Oct 18:03
Compare
Choose a tag to compare

4.1.8

11 Oct 18:07
Compare
Choose a tag to compare

Compatibility with PHPUnit 9.3

28 Aug 06:43
Compare
Choose a tag to compare
  • Compatibility with PhpCodeCoverage 9 and PHPUnit 9.3
  • Show snapshot diff on fail #5930 by @fkupper
  • Ability to store non-json snapshots #5945 by @fkupperr
  • Fixed step decorators in generated configuration file #5936 by @rene-hermenau
  • Fixed single line style dataprovider #5944 by @edno

Compatibility with PHPUnit 9.2

07 Jun 16:37
Compare
Choose a tag to compare

4.1.5

24 May 14:03
Compare
Choose a tag to compare
  • Fixed docker images
  • Fixed indentation in generated Actor class, by @cebe
  • Added addToAssertionCount method to AssertionCounter trait, #5918 by @Archanium

Another build return type bugfix

23 Mar 17:18
Compare
Choose a tag to compare
  • Build: Fix bug with void type not being picked up correctly #5880 by @Jamesking56
  • Test --report flag (the bugfix in phpunit-wrapper library)

Build command: return type hint improvements

17 Mar 16:56
Compare
Choose a tag to compare
  • Build: Use non-deprecated method to get return type hint on PHP 7.1+ #5876
  • Build: Ensure that the return keyword is not used when method returns void type #5878 by @Jamesking56