File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -762,11 +762,15 @@ typical alert levels, which you can implement immediately using:
762
762
Testing Notifier
763
763
----------------
764
764
765
- With FrameworkBundle Symfony provide a :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ NotificationAssertionsTrait `
765
+ Symfony provides a :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ NotificationAssertionsTrait `
766
766
which provide useful methods for testing your Notifier implementation.
767
- You can benefit from this class by using it directly or extending :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ KernelTestCase `.
767
+ You can benefit from this class by using it directly or extending the :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ KernelTestCase `.
768
768
769
- See :ref: `testing documentation <notifier-assertions >` for list of availables assertions.
769
+ See :ref: `testing documentation <notifier-assertions >` for the list of available assertions.
770
+
771
+ .. versionadded :: 6.2
772
+
773
+ The Notifier assertions were introduced in Symfony 6.2.
770
774
771
775
Disabling Delivery
772
776
------------------
You can’t perform that action at this time.
0 commit comments