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 8bca82a commit d818b70Copy full SHA for d818b70
testing.rst
@@ -48,8 +48,13 @@ Symfony application.
48
49
.. tip::
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.
+ Code coverage can be generated with the ``--coverage-*`` options, see the help information that is shown when using ``--help`` for more information.
+ 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:
54
+
55
+.. code-block:: terminal
56
57
+ $ sudo apt-get install php-xdebug
58
59
.. index::
60
single: Tests; Unit tests
0 commit comments