Skip to content

Commit 0719bb1

Browse files
committed
[#8416] some minor tweaks
1 parent 56069e1 commit 0719bb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/phpunit_bridge.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,11 +579,11 @@ If you have installed the bridge through Composer, you can run it by calling e.g
579579
If you still need to use ``prophecy`` (but not ``symfony/yaml``),
580580
then set the ``SYMFONY_PHPUNIT_REMOVE`` env var to ``symfony/yaml``.
581581

582-
Code coverage listener
582+
Code Coverage Listener
583583
----------------------
584584

585585
By default, the code coverage is computed with the following rule: if a line of
586-
code is executed, then it is marked as covered. And the test which executes a
586+
code is executed, then it is marked as covered. The test which executes a
587587
line of code is therefore marked as "covering the line of code". This can be
588588
misleading.
589589

@@ -638,7 +638,7 @@ the ``Test`` part of the classname: ``My\Namespace\Tests\FooTest`` ->
638638
Installation
639639
~~~~~~~~~~~~
640640

641-
Add the following configuration to the ``phpunit.xml.dist`` file
641+
Add the following configuration to the ``phpunit.xml.dist`` file:
642642

643643
.. code-block:: xml
644644

0 commit comments

Comments
 (0)