yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link

Bump codeception/codeception from 2.4.0 to 3.0.2 #704

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps codeception/codeception from 2.4.0 to 3.0.2.

Changelog *Sourced from [codeception/codeception's changelog](https://github.com/Codeception/Codeception/blob/3.0/CHANGELOG-3.0.md).* > #### 3.0.2 > * [@​weshooper](https://github.com/weshooper) reduced size of exported package. > * --no-redirect option disables the redirect to a Composer-installed version, by [@​DanielRuf](https://github.com/DanielRuf) > * PhpUnit 8.2 support by [@​Naktibalda](https://github.com/Naktibalda) > * Retry: double wait interval after each execution by [@​Naktibalda](https://github.com/Naktibalda) > * [FTP] Bugfix: Make sure _directory will return its directory by [@​bbatsche](https://github.com/bbatsche) > * [Doctrine2] Fixed recursive building of association queries by [@​alexkunin](https://github.com/alexkunin) > * [PhpBrowser] Pass file type option to Guzzle if specified [#5548](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5548) by [@​Naktibalda](https://github.com/Naktibalda) > * [PhpBrowser][Frameworks] InnerBrowser: selectOption can match by text when option has no value attribute [#5547](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5547) by [@​Naktibalda](https://github.com/Naktibalda) > * [REST] Updated url construction logic, so it does not produce double slashes, by [@​nicholascus](https://github.com/nicholascus) > * [ZF2] Add check for console class before calling it by [@​carnage](https://github.com/carnage) > * [Gherkin] Fixed Gherkin setup for single run from group file by [@​bnpatel1990](https://github.com/bnpatel1990) > * [CodeCoverage] Ability to use a custom cookie domain for code coverage by [@​maksimovic](https://github.com/maksimovic) > * [Docs] [@​EspadaV8](https://github.com/EspadaV8) fixed env substitution in DB module example > * [Docs] [@​splinter89](https://github.com/splinter89) mentioned phpdbg and pcov for code coverage > * [@​el7cosmos](https://github.com/el7cosmos), [@​KartaviK](https://github.com/KartaviK) and [@​davertMik](https://github.com/davertMik) fixed various deprecation messages > > #### 3.0.1 > > * Fixed code duplication when building actors. Fixes [#5506](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5506) [#5500](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5500) > * Fixed autoloader generation for 3.0 docker images by [@​OneEyedSpaceFish](https://github.com/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](https://codeception.com/docs/02-GettingStarted#Interactive-Pause) inside tests with `$I->pause();` command in debug mode added. Allows to write and debug test in realtime. > * Introduced [Step Decorators](https://codeception.com/docs/08-Customization#Step-Decorators) - auto-generated actions around module and helper methods. As part of this feature implemented > * [Conditional Assertions](https://codeception.com/docs/03-AcceptanceTests#Conditional-Assertions) (`$I->canSee()`) > * [Retries](https://codeception.com/docs/03-AcceptanceTests#Retry) (`$I->retryClick()`); > * [Silent Actions](https://codeception.com/docs/03-AcceptanceTests#A-B-Testing)(`$I->tryToClick`). > * Print artifacts on test failure > * [REST] Short API responses in debug mode with `shortDebugResponse` config option. See [#5455](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5455) by [@​sebastianneubert](https://github.com/sebastianneubert) > * [WebDriver] `switchToIFrame` allow to locate iframe by CSS/XPath. > * [PhpBrowser][Frameworks] clickButton throws exception if button is outside form by [@​Naktibalda.](https://github.com/Naktibalda.) > * Updated to PHP 7.3 in Docker container by [@​OneEyedSpaceFish](https://github.com/OneEyedSpaceFish) > * Recorder Extension: Added timestamp information with `include_microseconds` config option. By [@​OneEyedSpaceFish.](https://github.com/OneEyedSpaceFish.) > * [REST] Fixed sending request with duplicated slash with endpoint + URL. By [@​nicholascus](https://github.com/nicholascus) > * [Db] Remove generateWhereClause method from SqlSrv to be compatible with other drivers. By [@​Naktibalda](https://github.com/Naktibalda)
Commits - [`aead7eb`](https://github.com/Codeception/Codeception/commit/aead7eb0a53b040390a927dc84a0e6e37ffa8a2b) Updated changelog and version number - [`2c3a6c6`](https://github.com/Codeception/Codeception/commit/2c3a6c6872fc515089df91a450fc21ed9e3ee8fa) Merge branch 'bnpatel1990-3.0' into 3.0 - [`493e317`](https://github.com/Codeception/Codeception/commit/493e317188e9d31f4faa2cbd8b72da29be13a7ce) Fixed Gherkin:toString method - [`337aa74`](https://github.com/Codeception/Codeception/commit/337aa74d29edc83efb4d42c6d5ad41f623c85f8b) Fix Gherkin setup for single run from group file - [`3df7fc7`](https://github.com/Codeception/Codeception/commit/3df7fc7da050577843b85c4c6bcec2ab1c738897) Merge pull request [#5415](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5415) from bbatsche/fix-ftp-directory - [`b0cb697`](https://github.com/Codeception/Codeception/commit/b0cb697e3d2ebf32bac82efee2da456fc70f7388) Merge pull request [#5553](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5553) from Codeception/issue/5547 - [`183c5d4`](https://github.com/Codeception/Codeception/commit/183c5d459971175c26d4f5d17ab106a3a5bd7313) [PhpBrowser] Pass file type option to Guzzle if specified ([#5550](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5550)) - [`ba8cf5e`](https://github.com/Codeception/Codeception/commit/ba8cf5ee0bdf73a1c5a3080a22e799b9895f436c) Merge pull request [#5554](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5554) from Codeception/issue/5522 - [`051c3d5`](https://github.com/Codeception/Codeception/commit/051c3d558fd9ec4872b7a6686b9b74e0fd324544) Ability to use a custom cookie domain for code coverage ([#5539](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5539)) - [`4c6c711`](https://github.com/Codeception/Codeception/commit/4c6c71179ec3adbeb15725ee9af2bdaf5cb7b06b) Merge pull request [#5498](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5498) from DanielRuf/feature/add-no-redirect-composer-install - Additional commits viewable in [compare view](https://github.com/Codeception/Codeception/compare/2.4.0...3.0.2)


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 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](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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.