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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2485,6 +2485,24 @@ Released by [ Naktib
2485
2485
Append query params to URL for HEAD requests
2486
2486
2487
2487
2488
+
### module-symfony 2.0.0: 2.0.0
2489
+
2490
+
Released by [ 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
+
2488
2506
### module-phalcon4 v1.0.5: v1.0.5
2489
2507
2490
2508
Released by [ 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 [ Naktib
2762
2780
2763
2781
2764
2782
2783
+
### module-symfony 1.4.0: 1.4.0
2784
+
2785
+
Released by [ 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)**:
* 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
+
2765
2797
### module-symfony 1.3.0: 1.3.0
2766
2798
2767
2799
Released by [ 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