File tree Expand file tree Collapse file tree 3 files changed +4
-141
lines changed Expand file tree Collapse file tree 3 files changed +4
-141
lines changed Original file line number Diff line number Diff line change 499
499
/components/polyfill_uuid https://github.com/symfony/polyfill-uuid
500
500
/components/web_link https://github.com/symfony/web-link
501
501
/components/templating https://github.com/symfony/templating
502
+ /components/error_handler https://github.com/symfony/error-handler
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -311,9 +311,8 @@ Deprecation Notices at Autoloading Time
311
311
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
312
312
313
313
By default, the PHPUnit Bridge uses ``DebugClassLoader `` from the
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.
314
+ `ErrorHandler component `_ to throw deprecation notices at class autoloading
315
+ time. This can be disabled with the ``debug-class-loader `` option.
317
316
318
317
.. code-block :: xml
319
318
@@ -970,6 +969,7 @@ not find the SUT:
970
969
971
970
.. _`PHPUnit` : https://phpunit.de
972
971
.. _`PHPUnit event listener` : https://phpunit.de/manual/current/en/extending-phpunit.html#extending-phpunit.PHPUnit_Framework_TestListener
972
+ .. _`ErrorHandler component` : https://github.com/symfony/error-handler
973
973
.. _`PHPUnit's assertStringMatchesFormat()` : https://phpunit.de/manual/current/en/appendixes.assertions.html#appendixes.assertions.assertStringMatchesFormat
974
974
.. _`PHP error handler` : https://www.php.net/manual/en/book.errorfunc.php
975
975
.. _`environment variable` : https://phpunit.de/manual/current/en/appendixes.configuration.html#appendixes.configuration.php-ini-constants-variables
You can’t perform that action at this time.
0 commit comments