Skip to content

Commit da40494

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent b9fa256 commit da40494

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

changelog.markdown

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,6 +2485,24 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
24852485
Append query params to URL for HEAD requests
24862486

24872487

2488+
### module-symfony 2.0.0: 2.0.0
2489+
2490+
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) TavoNiievez](https://github.com/TavoNiievez) on 2021/02/12 22:31:22 / [Repository](https://github.com/Codeception/module-symfony) / [Releases](https://github.com/Codeception/module-symfony/releases)
2491+
2492+
2493+
2494+
* **New:**
2495+
* Added Twig assertions: [`seeCurrentTemplateIs`](https://codeception.com/docs/modules/Symfony#seeCurrentTemplateIs), [`seeRenderedTemplate`](https://codeception.com/docs/modules/Symfony#seeRenderedTemplate) and [`dontSeeRenderedTemplate`](https://codeception.com/docs/modules/Symfony#dontSeeRenderedTemplate).
2496+
* The [`grabSentEmails`](https://codeception.com/docs/modules/Symfony#grabSentEmails) and [`grabLastSentEmail`](https://codeception.com/docs/modules/Symfony#grabLastSentEmail) functions were added.
2497+
* Added [`SeeOrphanEvent`](https://codeception.com/docs/modules/Symfony#seeOrphanEvent) and [`dontSeeOrphanEvent`](https://codeception.com/docs/modules/Symfony#dontSeeOrphanEvent) assertions.
2498+
* The `$url` parameter is now optional in the [`seePageIsAvailable`](https://codeception.com/docs/modules/Symfony#seePageIsAvailable) assertion.
2499+
* **BC:**
2500+
* `Symfony 3.4` support removed. `Symfony 4.4` or higher is now required.
2501+
* Support for [`Swift Mailer`](https://symfony.com/doc/current/email.html) was dropped in favor of [`Symfony Mailer`](https://symfony.com/doc/current/mailer.html); the [`mailer`](https://github.com/Codeception/module-symfony/pull/9/files) configuration parameter was removed.
2502+
2503+
> If you are already using `Symfony 4.4` or higher it should not be necessary to make changes to your tests to update!
2504+
2505+
24882506
### module-phalcon4 v1.0.5: v1.0.5
24892507

24902508
Released by [![](https://avatars.githubusercontent.com/u/3289702?v=4&s=16) Jeckerson](https://github.com/Jeckerson) on 2021/02/10 22:09:30 / [Repository](https://github.com/Codeception/module-phalcon4) / [Releases](https://github.com/Codeception/module-phalcon4/releases)
@@ -2762,6 +2780,20 @@ Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktib
27622780

27632781

27642782

2783+
### module-symfony 1.4.0: 1.4.0
2784+
2785+
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) TavoNiievez](https://github.com/TavoNiievez) on 2020/11/24 16:56:31 / [Repository](https://github.com/Codeception/module-symfony) / [Releases](https://github.com/Codeception/module-symfony/releases)
2786+
2787+
2788+
2789+
* New methods by **[TavoNiievez](https://github.com/TavoNiievez)**:
2790+
* seeFormErrorMessage ([#50](https://github.com/Codeception/module-symfony/issues/50))
2791+
* dontSeeFormErrors function ([#49](https://github.com/Codeception/module-symfony/issues/49))
2792+
* seeFormHasErrors function ([#48](https://github.com/Codeception/module-symfony/issues/48))
2793+
2794+
* Minor logic fixes ([#51](https://github.com/Codeception/module-symfony/issues/51)), ([#47](https://github.com/Codeception/module-symfony/issues/47)), ([#44](https://github.com/Codeception/module-symfony/issues/44)), ([#41](https://github.com/Codeception/module-symfony/issues/41)) and ([#56](https://github.com/Codeception/module-symfony/issues/56)).
2795+
2796+
27652797
### module-symfony 1.3.0: 1.3.0
27662798

27672799
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) TavoNiievez](https://github.com/TavoNiievez) on 2020/11/16 16:52:18 / [Repository](https://github.com/Codeception/module-symfony) / [Releases](https://github.com/Codeception/module-symfony/releases)

0 commit comments

Comments
 (0)