Skip to content

Commit 1ca59e0

Browse files
committed
Updated a link to Debug component
1 parent 39b1d21 commit 1ca59e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/phpunit_bridge.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,9 @@ Deprecation Notices at Autoloading Time
311311
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
312312

313313
By default, the PHPUnit Bridge uses ``DebugClassLoader`` from the
314-
`Debug component`_ to throw deprecation notices at class autoloading time.
315-
This can be disabled with the ``debug-class-loader`` option.
314+
:doc:`ErrorHandler component </components/error_handler>`_ to throw deprecation
315+
notices at class autoloading time. This can be disabled with the
316+
``debug-class-loader`` option.
316317

317318
.. code-block:: xml
318319
@@ -978,4 +979,3 @@ not find the SUT:
978979
.. _`test listener`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.test-listeners
979980
.. _`@covers`: https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.covers
980981
.. _`PHP namespace resolutions rules`: https://php.net/manual/en/language.namespaces.rules.php
981-
.. _Debug component: https://github.com/symfony/debug

0 commit comments

Comments
 (0)