Skip to content

Commit 009b779

Browse files
Remove note
1 parent 79a2c2c commit 009b779

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/textui.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -204,42 +204,27 @@ the following code:
204204
Generates a logfile in XML format with the code coverage information
205205
for the tests run. See :ref:`code-coverage-analysis` for more details.
206206

207-
Please note that this functionality is only available when the
208-
tokenizer and Xdebug extensions are installed.
209-
210207
``--coverage-crap4j``
211208

212209
Generates a code coverage report in Crap4j format. See
213210
:ref:`code-coverage-analysis` for more details.
214211

215-
Please note that this functionality is only available when the
216-
tokenizer and Xdebug extensions are installed.
217-
218212
``--coverage-html``
219213

220214
Generates a code coverage report in HTML format. See
221215
:ref:`code-coverage-analysis` for more details.
222216

223-
Please note that this functionality is only available when the
224-
tokenizer and Xdebug extensions are installed.
225-
226217
``--coverage-php``
227218

228219
Generates a serialized PHP_CodeCoverage object with the
229220
code coverage information.
230221

231-
Please note that this functionality is only available when the
232-
tokenizer and Xdebug extensions are installed.
233-
234222
``--coverage-text``
235223

236224
Generates a logfile or command-line output in human readable format
237225
with the code coverage information for the tests run.
238226
See :ref:`logging` for more details.
239227

240-
Please note that this functionality is only available when the
241-
tokenizer and Xdebug extensions are installed.
242-
243228
``--log-junit``
244229

245230
Generates a logfile in JUnit XML format for the tests run.

0 commit comments

Comments
 (0)