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 009b779 commit a89c7b0Copy full SHA for a89c7b0
src/index.rst
@@ -23,7 +23,6 @@ Contents:
23
incomplete-and-skipped-tests
24
test-doubles
25
code-coverage-analysis
26
- logging
27
extending-phpunit
28
29
.. toctree::
src/logging.rst
src/textui.rst
@@ -223,12 +223,10 @@ the following code:
223
224
Generates a logfile or command-line output in human readable format
225
with the code coverage information for the tests run.
226
- See :ref:`logging` for more details.
227
228
``--log-junit``
229
230
Generates a logfile in JUnit XML format for the tests run.
231
232
233
``--testdox-html`` and ``--testdox-text``
234
0 commit comments