You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.markdown
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,25 @@ title: Codeception Changelog
9
9
10
10
11
11
12
+
### module-symfony 3.4.0: 3.4.0
13
+
14
+
Released by [ TavoNiievez](https://github.com/TavoNiievez) on 2024/06/09 13:34:44 / [Repository](https://github.com/Codeception/module-symfony) / [Releases](https://github.com/Codeception/module-symfony/releases)
15
+
16
+
17
+
18
+
## What's Changed
19
+
* Added Symfony Validator assertions in https://github.com/Codeception/module-symfony/pull/189
20
+
* Require `tests/bootstrap.php` if exists, to load all necessary `.env` files in https://github.com/Codeception/module-symfony/pull/190
21
+
* Added `amLoggedInWithToken` method by **[codedge](https://github.com/codedge)** in https://github.com/Codeception/module-symfony/pull/182
22
+
*`grabParameter`: Adding info about `bind` by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/module-symfony/pull/193
23
+
* Added tests for Symfony 7.1 in https://github.com/Codeception/module-symfony/pull/194
24
+
25
+
## New Contributors
26
+
***[codedge](https://github.com/codedge)** made their first contribution in https://github.com/Codeception/module-symfony/pull/182
Released by [ szhajdu](https://github.com/szhajdu) on 2024/05/16 20:15:44 / [Repository](https://github.com/Codeception/module-db) / [Releases](https://github.com/Codeception/module-db/releases)
Copy file name to clipboardExpand all lines: docs/modules/Symfony.md
+88Lines changed: 88 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ and [HttpKernel Component](https://symfony.com/doc/current/components/http_kerne
44
44
*`cache_router`: 'false' - Enable router caching between tests in order to [increase performance](http://lakion.com/blog/how-did-we-speed-up-sylius-behat-suite-with-blackfire)
45
45
*`rebootable_client`: 'true' - Reboot client's kernel before each request
46
46
*`guard`: 'false' - Enable custom authentication system with guard (only for Symfony 5.4)
47
+
*`bootstrap`: 'false' - Enable the test environment setup with the tests/bootstrap.php file if it exists or with Symfony DotEnv otherwise. If false, it does nothing.
47
48
*`authenticator`: 'false' - Reboot client's kernel before each request (only for Symfony 6.0 or higher)
0 commit comments