yiimaker / yii2-translatable

Translatable behavior aggregates logic of linking translations to the primary model
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

Bump codeception/codeception from 2.4.1 to 3.0.3 #5

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps codeception/codeception from 2.4.1 to 3.0.3.

Changelog *Sourced from [codeception/codeception's changelog](https://github.com/Codeception/Codeception/blob/3.0/CHANGELOG-2.4.md).* > #### 2.4.5 > > * Fixed PHPUnit 7.2 compatibility. > * Introduced **RunBefore** extension to execute scripts before running tests. See [#5049](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5049) by [@​aashmelev](https://github.com/aashmelev). > * [Db] Added two options for MySQL by [@​bangertz](https://github.com/bangertz) > * `ssl_cipher` - list of one or more permissible ciphers to use for SSL encryption > * `ssl_verify_server_cert` - disables certificate CN verification > * [Db] Always disconnect before connect when `reconnect` is set. By [@​ashnazg](https://github.com/ashnazg) > * [Db] More explicit PDO closing upon destruction and close opened transactions by [@​ashnazg](https://github.com/ashnazg). > * [Recorder Extension] Improved error logging by [@​OneEyedSpaceFish](https://github.com/OneEyedSpaceFish). See [#5101](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5101) > * [Lumen] Fixed file uploads via REST module. By [@​retnek](https://github.com/retnek). > * Fixed: function getMetadata() may not exist, results in fatal error. See [#4913](https://github-redirect.dependabot.com/Codeception/Codeception/issues/4913) by [@​marcovtwout](https://github.com/marcovtwout) > > #### 2.4.4 > > * Recently added `extends` property in the `codeception.yml` and `*.suite.yml` files now support absolute paths; by [@​silverfire](https://github.com/silverfire) > * Fixed absolute paths handling on Windows in ParamLoader; by [@​silverfire](https://github.com/silverfire) > * [Yii2] Refactored database connection handling by [@​SamMousa](https://github.com/SamMousa). Database connections should now always be closed after tests no matter how you have opened them or who is holding references to them. See [#5045](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5045) > * [Symfony] Email handling improved by [@​mbohal](https://github.com/mbohal). Fixes [#5058](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5058). > * Added optional argument `$expectedCount` to `seeEmailIsSent` > * Added `dontSeeEmailIsSent` > * [Recorder Extension] Added `ignore_steps` option to disable recording of specific steps. By [@​sspat](https://github.com/sspat). > * [WebDriver] Fixed "No Session Timeout" fatal error by [@​davertmik](https://github.com/davertmik). > * [WebDriver] Added ability to locate clickable element by its title. See [#5065](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5065) by [@​gimler](https://github.com/gimler) > * [Db] Add `waitlock` config option for the database session to wait for lock in Oracle. By [@​ashnazg](https://github.com/ashnazg). See [#5069](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5069) > * [REST] Fixed `seeXmlResponseEquals` by [@​Voziv](https://github.com/Voziv) > > #### 2.4.3 > > * [Create your own test formats](https://codeception.com/docs/07-AdvancedUsage#Formats) (e.g., Cept, Cest, ...); by [@​mlambley](https://github.com/mlambley) > * [Symfony] Fixed a bug in order to use multiple Kernels; by [@​alefcastelo](https://github.com/alefcastelo) > * [Asserts] Added new methods `assertNotTrue` and `assertNotFalse` methods; by [@​johannesschobel](https://github.com/johannesschobel) > * [REST][PhpBrowser][Frameworks] Added new methods to check for `Http Status Ranges` with nice "wrappers" (e.g., `seeHttpStatusCodeIsSuccessful()` checks the code between 200 and 299); by [@​johannesschobel](https://github.com/johannesschobel) > * Improved the docs; by community > > #### 2.4.2 > > * Added support for `extends` in the `codeception.yml` and `*.suite.yml` files; by [@​johannesschobel](https://github.com/johannesschobel). > Allows to inherit current config from a provided file. See example for `functional.suite.yml`: > > ```yml > actor: FunctionalTester > extends: shared.functional.suite.yml > modules: > enabled: > - \App\Modules\X\Tests\Helper\Functional > ``` > > * [Yii2] Restore null check for client in Yii2 by [@​wkritzinger](https://github.com/wkritzinger). See [#4940](https://github-redirect.dependabot.com/Codeception/Codeception/issues/4940) > * [Yii2] Resetting Yii application in `_after`. By [@​SamMousa](https://github.com/SamMousa). See [#4928](https://github-redirect.dependabot.com/Codeception/Codeception/issues/4928) > ... (truncated)
Commits - [`feb566a`](https://github.com/Codeception/Codeception/commit/feb566a9dc26993611602011ae3834d8e3c1dd7f) Updated changelog and version number for 3.0.3 - [`cdb2236`](https://github.com/Codeception/Codeception/commit/cdb2236bbfa9ab3ed821138f8e90f23c10c7fe08) Update extension example code - [`348b9ec`](https://github.com/Codeception/Codeception/commit/348b9ec7ff73abdb473cfb5d8e95adece20f131d) [Docker] Switching to buster php build ([#5589](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5589)) - [`a6df5e2`](https://github.com/Codeception/Codeception/commit/a6df5e2b200d3771363528a6f3618114a4e033bb) Add make and makeMultiple commands to Laravel5 and Lumen modules. - [`18d13dd`](https://github.com/Codeception/Codeception/commit/18d13ddfe6df6f450386ba685f02e7588f01d2a6) Merge pull request [#5584](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5584) from alexkunin/doctrine2-parameter-name-clash-fix - [`8c4304b`](https://github.com/Codeception/Codeception/commit/8c4304bdeb33c8cc6965a9f1a65136153db8cb82) Merge pull request [#5590](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5590) from kapcus/symfony-browser-kit-maxredirects-fix - [`4eb08e7`](https://github.com/Codeception/Codeception/commit/4eb08e71741ec7a550085b7b86daccba72935b34) client class name put back because of Symfony based frameworks - [`972539d`](https://github.com/Codeception/Codeception/commit/972539dbefa70f67d4c82cfb68fb96361171ec5c) Merge pull request [#5583](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5583) from richardbrinkman/2.2 - [`7a3c911`](https://github.com/Codeception/Codeception/commit/7a3c911c60d48f3f38d33a53ba9e1dd5fc456492) [InnerBrowser] fix compatibility with symfony/browserkit 4.3 - [`ceaa532`](https://github.com/Codeception/Codeception/commit/ceaa5326e117f27e55172596f92a48363c001c33) Merge pull request [#5582](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5582) from Nebulosar/patch-1 - Additional commits viewable in [compare view](https://github.com/Codeception/Codeception/compare/2.4.1...3.0.3)


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 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) Finally, you can contact us by mentioning @dependabot.