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 e2848f3 commit 47cc97aCopy full SHA for 47cc97a
testing.rst
@@ -50,7 +50,12 @@ Symfony application.
50
51
Code coverage can be generated with the ``--coverage-*`` options, see the
52
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
+ 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
59
60
.. index::
61
single: Tests; Unit tests
0 commit comments