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
764764
765765Symfony provides a :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ NotificationAssertionsTrait `
766766which 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 `.
768769
769770See :ref: `testing documentation <notifier-assertions >` for the list of available assertions.
770771
771772.. versionadded :: 6.2
772773
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.
774776
775777Disabling Delivery
776778------------------
You can’t perform that action at this time.
0 commit comments