Skip to content

Commit 3e960bc

Browse files
committed
Minor
1 parent 6128fe2 commit 3e960bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notifier.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,13 +764,15 @@ Testing Notifier
764764

765765
Symfony provides a :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\NotificationAssertionsTrait`
766766
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`.
768769

769770
See :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

775777
Disabling Delivery
776778
------------------

0 commit comments

Comments
 (0)