File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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
19501950Run 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
20662076Display help for the given command. When no command is given display help for the list command
You can’t perform that action at this time.
0 commit comments