Skip to content

Releases: Codeception/module-yii2

v2.0.5

Choose a tag to compare

@samdark samdark released this 18 Dec 19:07
0ef19b8

What's Changed

  • Fix missing recreateComponents in configureClient() breaks tests after v2 upgrade by @Eseperio in #143

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 31 May 06:53
1188aa1

2.0.4 (2025-05-31)

Bug Fixes

  • fixes #131 yiilogger may not be initialized in _failed (b480bf1)

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Apr 13:18
956c3bb

2.0.3 (2025-04-01)

Bug Fixes

  • server params refactor broke format (8c789c9)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Mar 16:01
a80a88a

2.0.2 (2025-03-02)

Bug Fixes

  • improve exception handling and code consistency (d72f144)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Feb 08:26
0be6829

2.0.1 (2025-02-27)

Bug Fixes

  • check using isset instead of !== null for possibly non-existent property (e30e595)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 15:02
182edcf

2.0.0 (2025-02-26)

Bug Fixes

  • call fixtures method (5ff8868)
  • ci: github token name (e045ef5)
  • ci: use dry run for automated release (d8111f0)
  • cs: add rules for docblocks (0d98125)
  • cs: indent in phpdoc (97610ed)
  • dont add mails that were not sent (7adc7f7)
  • load mailmethod config (d536116)
  • phpstan types (ab5ccc5)
  • recreate baseline (f9131bd)
  • remove localeurls dependency and test case (3bba227)
  • remove unused dep (e763dee)
  • run phpstan after codeception build (9cff2c0)
  • sa: use Assert::fail so that phpstan understand code doesn't continue (117117e)
  • use runtimeexception when applicable (4df941f)
  • variable rename (619fb2d)

Features

  • allow mails to be intercepted using events (dca7c44)
  • drop php8.1 php8.2 (0b08f64)
  • Merge pull request #119 from TavoNiievez/php_features (49393a4)

1.1.12

Choose a tag to compare

@samdark samdark released this 09 Dec 14:36
1ebe6bc

1.1.11

Choose a tag to compare

@samdark samdark released this 08 Dec 10:21
03af8d4

1.1.10

Choose a tag to compare

@samdark samdark released this 10 Jan 05:57
2971f1f

1.1.9

Choose a tag to compare

@samdark samdark released this 16 Jun 03:52
70ad754
  • #85: Fix the case for "yii" namespace in phpdoc (@ilyaplot)
  • #86: Use correct type declaration for amOnPage method (@erickskrauch)
  • #88: Enable object override to InitDbFixture during FixturesStore initialization (@PoohOka)