Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c21ab16

Browse filesBrowse files
Fixed code indentation
1 parent e78804b commit c21ab16
Copy full SHA for c21ab16

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎components/phpunit_bridge.rst

Copy file name to clipboardExpand all lines: components/phpunit_bridge.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Add the following configuration to the ``phpunit.xml.dist`` file
533533
If the logic followed to find the related code is too simple or doesn't work for
534534
your application, you can use your own SUT (System Under Test) solver:
535535

536-
.. code-block:: xml
536+
.. code-block:: xml
537537
538538
<listeners>
539539
<listener class="Symfony\Bridge\PhpUnit\CoverageListener">
@@ -549,7 +549,7 @@ current test classname as its first argument.
549549
Finally, the listener can also display warning messages when the SUT solver does
550550
not find the SUT:
551551

552-
.. code-block:: xml
552+
.. code-block:: xml
553553
554554
<listeners>
555555
<listener class="Symfony\Bridge\PhpUnit\CoverageListener">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.