File tree Expand file tree Collapse file tree 4 files changed +6
-144
lines changed Expand file tree Collapse file tree 4 files changed +6
-144
lines changed Original file line number Diff line number Diff line change 501
501
/components/polyfill_uuid https://github.com/symfony/polyfill-uuid
502
502
/components/web_link https://github.com/symfony/web-link
503
503
/components/templating https://github.com/symfony/templating
504
+ /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
Original file line number Diff line number Diff line change @@ -125,9 +125,8 @@ as this is very likely to expose sensitive data.
125
125
126
126
.. tip ::
127
127
128
- PHP errors are turned into exceptions as well by default, so you can also access these
129
- error details using ``exception ``. For more on this see
130
- :ref: `Turning PHP Errors into Exceptions <turning-php-errors-into-exceptions >`
128
+ PHP errors are turned into exceptions as well by default, so you can also
129
+ access these error details using ``exception ``.
131
130
132
131
Security & 404 Pages
133
132
--------------------
You can’t perform that action at this time.
0 commit comments