Skip to content

Commit 47cc97a

Browse files
authored
Update testing.rst
Added installation instructions to avoid the problem
1 parent e2848f3 commit 47cc97a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

testing.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ Symfony application.
5050

5151
Code coverage can be generated with the ``--coverage-*`` options, see the
5252
help information that is shown when using ``--help`` for more information.
53-
To avoid the error "No code coverage driver is available" when you are generating code coverage in html you should install php-debug
53+
To avoid the error "No code coverage driver is available" when you are generating code coverage you must install (xdebug, pcov, phpdbg)
54+
55+
To install x-debug type on Ubuntu:
56+
.. code-block:: terminal
57+
$ sudo apt-get install php-xdebug
58+
5459
5560
.. index::
5661
single: Tests; Unit tests

0 commit comments

Comments
 (0)