diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index 2d5a2ad03d3..1641290f2a6 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -40,25 +40,6 @@ Alternatively, you can clone the ``_ always use its very latest stable major version to get the most accurate deprecation report. -If you plan to :ref:`write-assertions-about-deprecations` and use the regular -PHPUnit script (not the modified PHPUnit script provided by Symfony), you have -to register a new `test listener`_ called ``SymfonyTestsListener``: - -.. code-block:: xml - - - - - - - - - - ->>>>>>> Minor tweak - Usage -----