Skip to content

Releases: Codeception/module-yii2

1.1.10

10 Jan 05:57
2971f1f
Compare
Choose a tag to compare

1.1.9

16 Jun 03:52
70ad754
Compare
Choose a tag to compare
  • #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)

1.1.8

10 Feb 18:54
75f2fdf
Compare
Choose a tag to compare
  • Fix last commit error by @sunnyphp in #73
  • update links by @Arhell in #75
  • PHP 8.1: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated by @uaoleg in #80
  • Upgrade dependencies to support PHPUnit 10 by @Naktibalda in #82

1.1.7

15 Jul 18:10
338ab4d
Compare
Choose a tag to compare
  • Fix compatibility with Codeception 5.0.0-RC6 #72

1.1.6

21 Jun 11:05
1.1.6
af5fded
Compare
Choose a tag to compare

1.1.5

10 Jan 10:29
14269d0
Compare
Choose a tag to compare

1.1.4

26 Nov 05:58
aec2976
Compare
Choose a tag to compare

1.1.3

24 May 20:06
09853fe
Compare
Choose a tag to compare
  • Add ability to specify application class in config (#48)

1.1.2

28 Dec 11:32
7e2eaeb
Compare
Choose a tag to compare
  • PHP 8 support #18 by @samdark
  • Fix for support Instance::of() in configuration #21 by @antonovsky
  • Initialize $_SERVER['QUERY_STRING'] to mimic normal behavior of most webservers by @eborned

1.1.1

28 Aug 06:53
0e33d34
Compare
Choose a tag to compare
  • Change default value of transaction parameter to true #4 by @SaloEater
  • Fix ModuleException parameters, handle undefined #12 by @smichae
  • Validation errors for haveRecord method #10 by @ianikanov