Skip to content

Bump codeception/codeception from 2.2.3 to 3.0.1#53

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/codeception/codeception-3.0.1
Closed

Bump codeception/codeception from 2.2.3 to 3.0.1#53
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/codeception/codeception-3.0.1

Conversation

@dependabot-preview
Copy link
Contributor

Bumps codeception/codeception from 2.2.3 to 3.0.1.

Changelog

Sourced from codeception/codeception's changelog.

3.0.1

  • Fixed code duplication when building actors. Fixes #5506 #5500
  • Fixed autoloader generation for 3.0 docker images by @​OneEyedSpaceFish
  • Removed hoa/console dependency from codeception/base package.

3.0.0

  • BREAKING Modules removed:
    • Yii1
    • XMLRPC
    • AngularJS
    • Silex
    • Facebook
    • ZF1
  • POSSIBLE BREAKING PHPUnit 8.x support.

Upgrade Notice: If you face issues with conflicting PHPUnit classes or difference in method signatures, lock version for PHPUnit in composer.json: “phpunit/phpunit”:”^7.0.0”

  • BREAKING Multi-session testing disabled by default. Add use \Codeception\Lib\Actor\Shared\Friend; to enable $I->haveFriend.
  • BREAKING [WebDriver] pauseExecution removed in favor of $I->pause()
  • Interactive pause inside tests with $I->pause(); command in debug mode added. Allows to write and debug test in realtime.
  • Introduced Step Decorators - auto-generated actions around module and helper methods. As part of this feature implemented
  • Print artifacts on test failure
  • [REST] Short API responses in debug mode with shortDebugResponse config option. See #5455 by @​sebastianneubert
  • [WebDriver] switchToIFrame allow to locate iframe by CSS/XPath.
  • [PhpBrowser][Frameworks] clickButton throws exception if button is outside form by @​Naktibalda.
  • Updated to PHP 7.3 in Docker container by @​OneEyedSpaceFish
  • Recorder Extension: Added timestamp information with include_microseconds config option. By @​OneEyedSpaceFish.
  • [REST] Fixed sending request with duplicated slash with endpoint + URL. By @​nicholascus
  • [Db] Remove generateWhereClause method from SqlSrv to be compatible with other drivers. By @​Naktibalda
Commits
  • 52dfbb5 preparing 3.0.1 release
  • 582ffe3 Fix double methods (#5513)
  • 98e8b45 Fixing autoloader generation for 3.0 docker images (#5514)
  • 33dec3f removed old modules, started changelog
  • 05b13a0 Merge pull request #5429 from ThomasLandauer/patch-8
  • cb84ce5 Merge pull request #5496 from DanielRuf/chore/set-correct-version-number
  • 67649b2 Merge pull request #5382 from Zaszczyk/phalcon-module-see-number-of-records
  • d9d837a Merge pull request #5499 from priidikvaikla/priidikvaikla-patch-1
  • 12bd05b Fix few typos
  • 779fc2c Set the VERSION constant to 3.0.0
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [codeception/codeception](https://github.com/Codeception/Codeception) from 2.2.3 to 3.0.1.
- [Release notes](https://github.com/Codeception/Codeception/releases)
- [Changelog](https://github.com/Codeception/Codeception/blob/3.0/CHANGELOG-3.0.md)
- [Commits](Codeception/Codeception@2.2.3...3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 20, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #65.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/codeception/codeception-3.0.1 branch June 26, 2019 06:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants