Changelog
*Sourced from [codeception/codeception's changelog](https://github.com/Codeception/Codeception/blob/3.1/CHANGELOG-3.1.md).*
> #### 3.1.1
>
> * Preparation for Symfony 5, removes deprecation message when Symfony 4.3 components are used. See [#5670](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5670) by [@Naktibalda](https://github.com/Naktibalda)
> * [Db] Support initial queries execution after creating connection. See [#5660](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5660) by [@tadasauciunas](https://github.com/tadasauciunas)
>
> ```yml
> Db:
> dsn: # dsn goes hre
> initial_queries:
> - 'CREATE DATABASE IF NOT EXISTS temp_db;'
> - 'USE temp_db;'
> - 'SET NAMES utf8;'
> ```
>
> * Do not fail steps for `retry` and `tryTo` step decorators. Fixes [#5666](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5666) by [@Mitrichius](https://github.com/Mitrichius)
> * [Symfony] Added `runSymfonyConsoleCommand` by [@wirwolf](https://github.com/wirwolf)
>
> ```php
> $result = $I->runSymfonyConsoleCommand('hello:world', '--verbose' => 3]);
> ```
> * [Doctrine2] Bugfix: calling `haveInRepository` with preconstructed entity requires providing constructor parameters. See [#5680](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5680) by [@burned42](https://github.com/burned42)
> * [Doctrine2] Make debug message in `haveInRepository` to support entities with composite keys of entities in bidirectional relations. See [#5685](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5685) by Basster. Fixes [#5663](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5663).
> * Adds possibility to use absolute path for `groups` files in `codeception.yml`. [#5674](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5674) by [@maks-rafalko](https://github.com/maks-rafalko)
> * Fixes the issue with paths in `groups` section when `codeception.yml` is not in the root of the project. [#5674](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5674)) by maks-rafalko.
> * [Asserts] `expectException` deprecated in favor of `expectThrowable`.
Commits
- [`afc5260`](https://github.com/Codeception/Codeception/commit/afc52609e590998fd293028699ad4a61d6afd7bc) 3.1.1 release ([#5686](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5686))
- [`9889794`](https://github.com/Codeception/Codeception/commit/9889794626851cbcb780c4122e56a731611d8c7d) [Doctrine2] Make debug message in haveInRepository support entities with comp...
- [`48ed587`](https://github.com/Codeception/Codeception/commit/48ed5870e55ce11ac2a9d6c0b567979c9f8f9046) Tests for retry ([#5672](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5672))
- [`96d4d3e`](https://github.com/Codeception/Codeception/commit/96d4d3ef2bcf5dc0ff158afc96435fd50e80a57e) [Doctrine2] Bugfix: calling haveInRepository with preconstructed entity requi...
- [`d5d2620`](https://github.com/Codeception/Codeception/commit/d5d2620ab26bb89da628144aa083207884cefba2) added firefox environment ([#5681](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5681))
- [`f9aaafb`](https://github.com/Codeception/Codeception/commit/f9aaafb062a56783f544f623c14aa5ca91e187af) Add runSymfonyConsoleCommand ([#5588](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5588))
- [`5b22d0e`](https://github.com/Codeception/Codeception/commit/5b22d0ec8f4d4958b076ac7ed9dba04966718133) minor docs update
- [`9280cd9`](https://github.com/Codeception/Codeception/commit/9280cd9f9ffee696db33b4b6e0f097ecc65e975f) Fixes the issue with paths in `groups` section when `codeception.yaml` is not...
- [`33f4653`](https://github.com/Codeception/Codeception/commit/33f4653a76aaab67add406da32dfeeaa76d041aa) Closing ul-Element in 01-Introduction.md ([#5675](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5675))
- [`703a258`](https://github.com/Codeception/Codeception/commit/703a2586423830a8979be026431227f4954edf30) Merge pull request [#5670](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5670) from Codeception/symfony5-compatibility
- Additional commits viewable in [compare view](https://github.com/Codeception/Codeception/compare/3.1.0...3.1.1)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 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 the `.dependabot/config.yml` file in this repo:
- Update frequency
- 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)
Finally, you can contact us by mentioning @dependabot.
Bumps codeception/codeception from 3.1.0 to 3.1.1.
Changelog
*Sourced from [codeception/codeception's changelog](https://github.com/Codeception/Codeception/blob/3.1/CHANGELOG-3.1.md).* > #### 3.1.1 > > * Preparation for Symfony 5, removes deprecation message when Symfony 4.3 components are used. See [#5670](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5670) by [@Naktibalda](https://github.com/Naktibalda) > * [Db] Support initial queries execution after creating connection. See [#5660](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5660) by [@tadasauciunas](https://github.com/tadasauciunas) > > ```yml > Db: > dsn: # dsn goes hre > initial_queries: > - 'CREATE DATABASE IF NOT EXISTS temp_db;' > - 'USE temp_db;' > - 'SET NAMES utf8;' > ``` > > * Do not fail steps for `retry` and `tryTo` step decorators. Fixes [#5666](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5666) by [@Mitrichius](https://github.com/Mitrichius) > * [Symfony] Added `runSymfonyConsoleCommand` by [@wirwolf](https://github.com/wirwolf) > > ```php > $result = $I->runSymfonyConsoleCommand('hello:world', '--verbose' => 3]); > ``` > * [Doctrine2] Bugfix: calling `haveInRepository` with preconstructed entity requires providing constructor parameters. See [#5680](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5680) by [@burned42](https://github.com/burned42) > * [Doctrine2] Make debug message in `haveInRepository` to support entities with composite keys of entities in bidirectional relations. See [#5685](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5685) by Basster. Fixes [#5663](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5663). > * Adds possibility to use absolute path for `groups` files in `codeception.yml`. [#5674](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5674) by [@maks-rafalko](https://github.com/maks-rafalko) > * Fixes the issue with paths in `groups` section when `codeception.yml` is not in the root of the project. [#5674](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5674)) by maks-rafalko. > * [Asserts] `expectException` deprecated in favor of `expectThrowable`.Commits
- [`afc5260`](https://github.com/Codeception/Codeception/commit/afc52609e590998fd293028699ad4a61d6afd7bc) 3.1.1 release ([#5686](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5686)) - [`9889794`](https://github.com/Codeception/Codeception/commit/9889794626851cbcb780c4122e56a731611d8c7d) [Doctrine2] Make debug message in haveInRepository support entities with comp... - [`48ed587`](https://github.com/Codeception/Codeception/commit/48ed5870e55ce11ac2a9d6c0b567979c9f8f9046) Tests for retry ([#5672](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5672)) - [`96d4d3e`](https://github.com/Codeception/Codeception/commit/96d4d3ef2bcf5dc0ff158afc96435fd50e80a57e) [Doctrine2] Bugfix: calling haveInRepository with preconstructed entity requi... - [`d5d2620`](https://github.com/Codeception/Codeception/commit/d5d2620ab26bb89da628144aa083207884cefba2) added firefox environment ([#5681](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5681)) - [`f9aaafb`](https://github.com/Codeception/Codeception/commit/f9aaafb062a56783f544f623c14aa5ca91e187af) Add runSymfonyConsoleCommand ([#5588](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5588)) - [`5b22d0e`](https://github.com/Codeception/Codeception/commit/5b22d0ec8f4d4958b076ac7ed9dba04966718133) minor docs update - [`9280cd9`](https://github.com/Codeception/Codeception/commit/9280cd9f9ffee696db33b4b6e0f097ecc65e975f) Fixes the issue with paths in `groups` section when `codeception.yaml` is not... - [`33f4653`](https://github.com/Codeception/Codeception/commit/33f4653a76aaab67add406da32dfeeaa76d041aa) Closing ul-Element in 01-Introduction.md ([#5675](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5675)) - [`703a258`](https://github.com/Codeception/Codeception/commit/703a2586423830a8979be026431227f4954edf30) Merge pull request [#5670](https://github-redirect.dependabot.com/Codeception/Codeception/issues/5670) from Codeception/symfony5-compatibility - Additional commits viewable in [compare view](https://github.com/Codeception/Codeception/compare/3.1.0...3.1.1)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - 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) Finally, you can contact us by mentioning @dependabot.