Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump codeception/codeception from 2.5.1 to 4.1.4 #386

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps codeception/codeception from 2.5.1 to 4.1.4.

Release notes

Sourced from codeception/codeception's releases.

Another build return type bugfix

  • 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

  • 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

Bugfixes

Minor improvements

Support PHPUnit 9.0

No release notes provided.

Fixed command autocompletion

4.0.2

  • Fixed errors in bootstrap scripts #5806

Bugfix release

  • Fixed error reporting error in upgrade4 script
  • Symfony 5 compatibility: Improved detection of event-dispatcher version

First release without modules

No release notes provided.

Changelog

Sourced from codeception/codeception's changelog.

2.5.6

  • [WebDriver] Fixed loadSessionSnapshot with php-webdriver 1.1.3 by @Naktibalda.
  • [WebDriver] Avoid removing required fields in cookies. #5470 by @JorisVanEijden
  • [PhpBrowser][Frameworks] Support for formaction attribute in button to submit forms. By @Dezzpil
  • [FTP] Updated to phpseclib v2 constants
  • Fixes: Gherkin Scenarios not loading when specified in group file by @mozillalives. See #5457

2.5.5

  • [Laravel] Fix missing declaration shouldReport in Laravel 5.8 by @edno
  • [Lumen] add support for Laravel\Lumen\Application::boot by @lendormi
  • [WebDriver] Fixed SetCookie for chromedriver 2.46+ by @JorisVanEijden
  • [ZendExpressive] Fixed recreateApplicationBetweenRequests option, by @artmnv
  • [Gherkin] Add possibility to dynamically load contexts (#5409) by @hansdubois
  • [Build command] Fixed message printing number of methods in actor class
  • Documented usage of IS NULL in Doctrine module by @ThomasLandauer

2.5.4

  • Restored compatibility with vlucas/phpdotenv v2
  • [Doctrine] Fixed cleanup issue #5326

2.5.3

2.5.2

  • [ZendExppressive] Support for Zend Expressive v3 by @Naktibalda
  • [ZendExppressive] Added options to reload application between tests and between requests by @Naktibalda
  • [Symfony] Fix "already initialized service", "reboot kernel issue" #5262 by @gdmfx
  • {Yii2] Prevent NPE #5259 by @SilverFire
  • [Db] isPopulated method was hidden by renaming to _isPopulated by @Naktibalda
  • [Db] don't clear database for empty dump by @Slamdunk
  • [AMQP] added methods seeQueueIsEmpty, dontSeeQueueIsEmpty, seeNumberOfMessagesInQueue, scheduleQueueCleanup method by @kardagan
  • [REST][PhpBrowser][Frameworks] Save page source as .fail.json or .fail.xml depending on content type, by @freiondrej
  • [Doctrine2] Cleanup property works after on reconfigure #5250 by @joelmedeiros
  • [JsonType] Allow to use : in regex filter (#5273) by @ellisgl
  • [WebDriver] Print curl error to debug output if WebDriver failed to connect #5315 by @Naktibalda
  • [Logger] Ignores empty context and extra fields, by @siad007
  • [Recorder] Improved steps ignoring in Recorder extension with meta steps and annotations support #5210 by @sspat.
... (truncated)
Commits
  • 55d8d1d Prepared 4.1.4 release
  • 2852c4a Revert "Test custom reporter against all versions of PHPUnit"
  • f41e513 Merge pull request #5883 from Codeception/report-tests
  • 920c8d3 Test custom reporter against all versions of PHPUnit
  • 1699ac3 Test --report flag
  • ca0213b Fix bug with void type not being picked up correctly (#5880)
  • c30e2ab Prepared 4.1.3 release
  • e2dc2e2 Merge pull request #5876 from Codeception/issue-5875
  • 65f0131 Ensure that the return keyword is not used when method returns void type (#5878)
  • 3d0bff2 Build: use non-deprecated method to get return type hint
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [codeception/codeception](https://github.com/Codeception/Codeception) from 2.5.1 to 4.1.4.
- [Release notes](https://github.com/Codeception/Codeception/releases)
- [Changelog](https://github.com/Codeception/Codeception/blob/4.1/CHANGELOG-2.5.md)
- [Commits](Codeception/Codeception@2.5.1...4.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants