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 e78804b commit c21ab16Copy full SHA for c21ab16
components/phpunit_bridge.rst
@@ -533,7 +533,7 @@ Add the following configuration to the ``phpunit.xml.dist`` file
533
If the logic followed to find the related code is too simple or doesn't work for
534
your application, you can use your own SUT (System Under Test) solver:
535
536
- .. code-block:: xml
+.. code-block:: xml
537
538
<listeners>
539
<listener class="Symfony\Bridge\PhpUnit\CoverageListener">
@@ -549,7 +549,7 @@ current test classname as its first argument.
549
Finally, the listener can also display warning messages when the SUT solver does
550
not find the SUT:
551
552
553
554
555
0 commit comments