Skip to content

Commit 67e56d0

Browse files
authored
Update testing.rst
1 parent 47cc97a commit 67e56d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

testing.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ Symfony application.
4848

4949
.. tip::
5050

51-
Code coverage can be generated with the ``--coverage-*`` options, see the
52-
help information that is shown when using ``--help`` for more information.
51+
Code coverage can be generated with the ``--coverage-*`` options, see the help information that is shown when using ``--help`` for more information.
5352
To avoid the error "No code coverage driver is available" when you are generating code coverage you must install (xdebug, pcov, phpdbg)
53+
To install x-debug type on Ubuntu:
5454

55-
To install x-debug type on Ubuntu:
5655
.. code-block:: terminal
5756
$ sudo apt-get install php-xdebug
5857

0 commit comments

Comments
 (0)