Skip to content

Commit 2e90b61

Browse files
committed
minor #12700 Follow up to remove the debug component (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Follow up to remove the debug component Follows #12677 This will fix [Travis](https://travis-ci.org/symfony/symfony-docs/builds/617199238) to be 💚 again! We need to check the following branches afterwards if there are some more occurences Commits ------- 1ac16e1 Follow up to remove the debug component
2 parents a880d71 + 1ac16e1 commit 2e90b61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ Deprecation Notices at Autoloading Time
307307
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
308308

309309
By default, the PHPUnit Bridge uses ``DebugClassLoader`` from the
310-
:doc:`Debug component </components/debug>` to throw deprecation notices at
311-
class autoloading time. This can be disabled with the ``debug-class-loader`` option.
310+
`Debug component`_ to throw deprecation notices at class autoloading time.
311+
This can be disabled with the ``debug-class-loader`` option.
312312

313313
.. code-block:: xml
314314
@@ -886,3 +886,4 @@ not find the SUT:
886886
.. _`test listener`: https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.test-listeners
887887
.. _`@covers`: https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.covers
888888
.. _`PHP namespace resolutions rules`: https://php.net/manual/en/language.namespaces.rules.php
889+
.. _Debug component: https://github.com/symfony/debug

0 commit comments

Comments
 (0)