SpamExperts / cpanel-addon

WHM/cPanel add-on for providing integration with SpamExperts services
GNU General Public License v2.0
4 stars 8 forks source link

Bump codeception/codeception from 2.2.3 to 4.1.12 #265

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps codeception/codeception from 2.2.3 to 4.1.12.

Release notes

Sourced from codeception/codeception's releases.

4.1.12

  • Dependency Injection: Fix PHP types being treated as classes #6031 by @cs278

bugfix release

  • Add ServerConstAdapter for phpdotenv v5 #6015 by #retnek
  • Use fully qualified name for class constant defaults #6016 by @lastzero
  • Another patch for class constant default values #6027 by @mwi-gofore

PHP 8

4.1.8

Compatibility with PHPUnit 9.3

  • Compatibility with PhpCodeCoverage 9 and PHPUnit 9.3
  • Show snapshot diff on fail #5930 by @fkupper
  • Ability to store non-json snapshots #5945 by @fkupperr
  • Fixed step decorators in generated configuration file #5936 by @rene-hermenau
  • Fixed single line style dataprovider #5944 by @edno

Compatibility with PHPUnit 9.2

No release notes provided.

4.1.5

  • Fixed docker images
  • Fixed indentation in generated Actor class, by @cebe
  • Added addToAssertionCount method to AssertionCounter trait, #5918 by @Archanium

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

  • Fixed --no-redirect option does not exist error #5857 by @liamjtoohey
  • Init command: Check the composer option config.vendor_dir when updating composer #5871 by @gabriel-lima96
  • Add return type hint to the generated actions above PHP 7.0 #5862 by @pezia
Changelog

Sourced from codeception/codeception's changelog.

2.2.12

  • Don't skip other tests after a failed test #4226 by @Naktibalda
  • [REST] seeResponseContainsJson doesn't crash when json response is not an array by @Naktibalda
  • [PhpBrowser] Fixed redirecting to schemaless url by @Naktibalda #4218
  • [Doctrine2] Added grabEntityFromRepository, grabEntitiesFromRepository methods by @maximelebastard

2.2.11

  • [WebDriver] Added _restart method to restart browser with a new configuration.
  • [WebDriver] Added _findClickable to public API so can be used from helpers. By @tiger-seo
  • [WebDriver] seeLink compares relative links correctly #4182
  • [Webdriver] fixed attachFile messages when the file does not exist by @Naktibalda
  • Fixed setting paths in environments and using --override options. By @kusnir. See #4143
  • [Yii1] Allow to set only host in url config. #4172 by @SG5.
  • [Yii1] Allow to make requests end with slash. #4190 by @SG5
  • [Yii2] Allows use InitDbFixture feature #4201
  • [Yii2] Add missing YII2 lifecycle events. #4187
  • Don't run test if exception was thrown in _before of a module #4197 by @Naktibalda
  • [Mongo] Fixed parsing dbname. See #4186 by @retnek
  • [Mongo] Improved legacy driver check by @retnek. See #4178
  • [WebDriver][PhpBrowser][Frameworks] Added grabPageSource method by @Kolyunya
  • [PhpBrowser][REST] Add DELETE method to supported form data request methods in Guzzle6 by
  • [PhpBrowser][REST] Restore request headers in multi-session testing. Fixes #4157
  • Recorder Extension: Replace non-alphanumeric characters with underscores by @tiger-seo. Fixes Recorder on Windows
  • [REST] Documented different ways to upload files
  • Fixed $scenario->current('name') #4154 by @Naktibalda
  • [AMQP] Documented parameters of declareQueue, declareExchange by @Naktibalda
  • [Doctrine2] Safe prefix aliases for buildAssociationQuery by @jfxninja. See #4195
  • Fixed output of failed step by @Naktibalda #4135 http://phptest.club/t/seeelement-wierd-fail-message/1470
  • [WebDriver] fixed friend->leave method. Clearing base element on closing session. Fixes #4098
  • [Symfony] Make symfony bootstrap.php.cache optional for php version > 7 by @patrickjahns
  • Gherkin: Command gherkin:snippets to generate stub function name for non-english features. By @kuntashov
  • Gherkin: Steps with PyString and with inline string argument considered the same. Fixes #4121 by @kuntashov
  • [Db] Oci::cleanup() should be able to drop objects with case sensitive name. By @pavelkovar
  • [Db] loadDump reports sql statement which caused error, fixes regression from 2.2.10. See #4120. By @Naktibalda.
  • [Asserts] Add delta parameter to assertEquals() assertNotEquals() methods by @spideyfusion
  • [Yii2] Removed check and notification for environment other than test by @samdark
  • [Yii2] Unload fixtures only if cleanup configuration equals true. #4207 by @Faryshta
  • [ZF2] Removed session_write_close() from ZF2 module by @tasselchof. Fixes #4112
  • Fixed textual representation of can't steps by @Naktibalda
  • [Lumen] Added IoC methods from Laravel5 module: haveBinding, haveSingleton, haveContextualBinding, haveInstance, haveApplicationHandler, clearApplicationHandlers. By @kt81
  • [Lumen] Clear facade cache only when facade exists. Same change as #3124 for refactored Lumen module by @kt81
  • [ZendExpressive] Support Zend Expressive 2.0 by @Naktibalda
  • [Doctrine2] haveFakeRepository updated to work with Doctrine >= 2.5.7 by @laszlo-karpati #4212
  • Command bootstrap adds support/_generated to gitignore. By @Naktibalda

2.2.10

Commits


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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #273.