File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -204,42 +204,27 @@ the following code:
204
204
Generates a logfile in XML format with the code coverage information
205
205
for the tests run. See :ref: `code-coverage-analysis ` for more details.
206
206
207
- Please note that this functionality is only available when the
208
- tokenizer and Xdebug extensions are installed.
209
-
210
207
``--coverage-crap4j ``
211
208
212
209
Generates a code coverage report in Crap4j format. See
213
210
:ref: `code-coverage-analysis ` for more details.
214
211
215
- Please note that this functionality is only available when the
216
- tokenizer and Xdebug extensions are installed.
217
-
218
212
``--coverage-html ``
219
213
220
214
Generates a code coverage report in HTML format. See
221
215
:ref: `code-coverage-analysis ` for more details.
222
216
223
- Please note that this functionality is only available when the
224
- tokenizer and Xdebug extensions are installed.
225
-
226
217
``--coverage-php ``
227
218
228
219
Generates a serialized PHP_CodeCoverage object with the
229
220
code coverage information.
230
221
231
- Please note that this functionality is only available when the
232
- tokenizer and Xdebug extensions are installed.
233
-
234
222
``--coverage-text ``
235
223
236
224
Generates a logfile or command-line output in human readable format
237
225
with the code coverage information for the tests run.
238
226
See :ref: `logging ` for more details.
239
227
240
- Please note that this functionality is only available when the
241
- tokenizer and Xdebug extensions are installed.
242
-
243
228
``--log-junit ``
244
229
245
230
Generates a logfile in JUnit XML format for the tests run.
You can’t perform that action at this time.
0 commit comments