Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions components/phpunit_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,16 @@ the compiling and warming up of the container:

The ``--deprecations`` option was introduced in Symfony 5.1.

Log Deprecations
~~~~~~~~~~~~~~~~

For turning the verbose output off and write it to a log file instead you can use
``SYMFONY_DEPRECATIONS_HELPER='logFile=/path/deprecations.log'``.

.. versionadded:: 5.3

The ``logFile`` option was introduced in Symfony 5.3.

Write Assertions about Deprecations
-----------------------------------

Expand Down