We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bf25f commit af1ef41Copy full SHA for af1ef41
components/phpunit_bridge.rst
@@ -330,6 +330,20 @@ notices at class autoloading time. This can be disabled with the
330
</listener>
331
</listeners>
332
333
+Compile-time Deprecations
334
+~~~~~~~~~~~~~~~~~~~~~~~~~
335
+
336
+Use the ``debug:container`` command to list the deprecations generated during
337
+the compiling and warming up of the container:
338
339
+.. code-block:: terminal
340
341
+ $ debug:container --deprecations
342
343
+.. versionadded:: 5.1
344
345
+ The ``--deprecations`` option was introduced in Symfony 5.1.
346
347
Write Assertions about Deprecations
348
-----------------------------------
349
0 commit comments