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 47cc97a commit 67e56d0Copy full SHA for 67e56d0
testing.rst
@@ -48,11 +48,10 @@ 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.
53
To avoid the error "No code coverage driver is available" when you are generating code coverage you must install (xdebug, pcov, phpdbg)
+ To install x-debug type on Ubuntu:
54
55
-To install x-debug type on Ubuntu:
56
.. code-block:: terminal
57
$ sudo apt-get install php-xdebug
58
0 commit comments