Releases: Codeception/module-yii2
Releases · Codeception/module-yii2
v2.0.5
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.0.4 (2025-05-31)
Bug Fixes
fixes #131 yiilogger may not be initialized in _failed (b480bf1 )
v2.0.3
Compare
Sorry, something went wrong.
No results found
2.0.3 (2025-04-01)
Bug Fixes
server params refactor broke format (8c789c9 )
v2.0.2
Compare
Sorry, something went wrong.
No results found
2.0.2 (2025-03-02)
Bug Fixes
improve exception handling and code consistency (d72f144 )
v2.0.1
Compare
Sorry, something went wrong.
No results found
2.0.1 (2025-02-27)
Bug Fixes
check using isset instead of !== null for possibly non-existent property (e30e595 )
v2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.1.11
Compare
Sorry, something went wrong.
No results found
1.1.10
Compare
Sorry, something went wrong.
No results found
1.1.9
Compare
Sorry, something went wrong.
No results found
#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 )