Skip to content

Commit 6f0c1f2

Browse files
committed
text improvements and add versionadded info
1 parent 38d03e1 commit 6f0c1f2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

notifier.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -762,11 +762,15 @@ typical alert levels, which you can implement immediately using:
762762
Testing Notifier
763763
----------------
764764

765-
With FrameworkBundle Symfony provide a :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\NotificationAssertionsTrait`
765+
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 :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`.
768768

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.
770774

771775
Disabling Delivery
772776
------------------

0 commit comments

Comments
 (0)