File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -764,13 +764,15 @@ Testing Notifier
764
764
765
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 the :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ KernelTestCase `.
767
+ You can benefit from this class by using it directly or extending the
768
+ :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ KernelTestCase `.
768
769
769
770
See :ref: `testing documentation <notifier-assertions >` for the list of available assertions.
770
771
771
772
.. versionadded :: 6.2
772
773
773
- The :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ NotificationAssertionsTrait ` was introduced in Symfony 6.2.
774
+ The :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ NotificationAssertionsTrait `
775
+ was introduced in Symfony 6.2.
774
776
775
777
Disabling Delivery
776
778
------------------
You can’t perform that action at this time.
0 commit comments