Skip to content

Commit afed6ab

Browse files
committed
Reconcile CLI.md to add new phpunit testdox option
1 parent 22c53f2 commit afed6ab

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/CLI.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ Run PHPUnit on a plugin
19451945

19461946
### Usage
19471947

1948-
* `phpunit [-m|--moodle MOODLE] [--coverage-text] [--coverage-clover] [--coverage-pcov] [--coverage-xdebug] [--coverage-phpdbg] [--fail-on-incomplete] [--fail-on-risky] [--fail-on-skipped] [--fail-on-warning] [--] <plugin>`
1948+
* `phpunit [-m|--moodle MOODLE] [--coverage-text] [--coverage-clover] [--coverage-pcov] [--coverage-xdebug] [--coverage-phpdbg] [--fail-on-incomplete] [--fail-on-risky] [--fail-on-skipped] [--fail-on-warning] [--testdox] [--] <plugin>`
19491949

19501950
Run PHPUnit on a plugin
19511951

@@ -2061,6 +2061,16 @@ Treat tests with warnings as failures
20612061
* Is negatable: no
20622062
* Default: `false`
20632063

2064+
#### `--testdox`
2065+
2066+
Enable testdox formatter
2067+
2068+
* Accept value: no
2069+
* Is value required: no
2070+
* Is multiple: no
2071+
* Is negatable: no
2072+
* Default: `false`
2073+
20642074
#### `--help|-h`
20652075

20662076
Display help for the given command. When no command is given display help for the list command

0 commit comments

Comments
 (0)