File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -759,6 +759,19 @@ typical alert levels, which you can implement immediately using:
759759 ;
760760 };
761761
762+ Testing Notifier
763+ ----------------
764+
765+ Symfony provides a :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ NotificationAssertionsTrait `
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 `.
768+
769+ See :ref: `testing documentation <notifier-assertions >` for the list of available assertions.
770+
771+ .. versionadded :: 6.2
772+
773+ The :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Test\\ NotificationAssertionsTrait ` was introduced in Symfony 6.2.
774+
762775Disabling Delivery
763776------------------
764777
You can’t perform that action at this time.
0 commit comments