Skip to content

Releases: Codeception/module-laravel

3.2.1

25 Sep 22:49
92a5bcd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

13 Jan 11:42
ba308fc
Compare
Choose a tag to compare

What's Changed

  • fix: use the request object resolved from the app container as parameter to kernel's terminate method call by @countless-integers in #52
  • Call forgetBootstrappers after test by @asanikovich in #53

Full Changelog: 3.1.1...3.2.0

3.1.1

09 Feb 06:44
5c1657d
Compare
Choose a tag to compare
  • Support codeception/lib-innerbrowser v4

3.1.0

19 Nov 20:32
08daad2
Compare
Choose a tag to compare
  • Use the testing environment file specified in a suite by @barmax in #46
  • Allow to set headers in module configuration by @Naktibalda in #47
  • Remove Laravel6\ExceptionHandlerDecorator by @Naktibalda in #48

2.3.0

19 Nov 20:34
Compare
Choose a tag to compare

3.0.1

07 Aug 15:25
541642b
Compare
Choose a tag to compare
  • Minor bug fix: Assign default value to client property by @Naktibalda (#44)

3.0.0

20 Apr 10:13
55d0d10
Compare
Choose a tag to compare
  • Support for Codeception 5
  • Only Laravel 8 is supported

2.2.0

24 Dec 20:11
994e3ff
Compare
Choose a tag to compare

What's Changed

  • PHP 7.4 or higher is required.
  • Update codebase to PHP 7.4 (#36)
  • Update dependencies (#38)

2.1.0

10 Sep 05:09
Compare
Choose a tag to compare

New methods:

  • amActingAs
  • assertAuthenticatedAs
  • assertCredentials
  • assertInvalidCredentials
  • dontSeeInSession
  • dontSeeSessionHasValues
  • enableMiddleware
  • flushSession
  • haveInSession
  • seedDatabase

Non-logical changes:

  • added missing docs and fixed broken links.

This release includes a general refactoring of the code (#30) that makes it easier to navigate and read, especially using an IDE.

See the full list of changes here.

2.0.1

02 Aug 15:51
Compare
Choose a tag to compare
  • fix: uploaded files should have test flag set to true (#26) by @fkupper
  • remove return type of callArtisan (#25) by @fkupper
  • add link to changelog in readme (#24) by @Arhell