Skip to content

Commit 1de7c49

Browse files
committed
Add support for testdox output
Fixes #219
1 parent a81b760 commit 1de7c49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Command/PHPUnitCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ protected function configure(): void
3737
->addOption('fail-on-incomplete', null, InputOption::VALUE_NONE, 'Treat incomplete tests as failures')
3838
->addOption('fail-on-risky', null, InputOption::VALUE_NONE, 'Treat risky tests as failures')
3939
->addOption('fail-on-skipped', null, InputOption::VALUE_NONE, 'Treat skipped tests as failures')
40-
->addOption('fail-on-warning', null, InputOption::VALUE_NONE, 'Treat tests with warnings as failures');
40+
->addOption('fail-on-warning', null, InputOption::VALUE_NONE, 'Treat tests with warnings as failures')
41+
->addOption('testdox', null, InputOption::VALUE_NONE, 'Enable testdox formatter');
4142
}
4243

4344
protected function initialize(InputInterface $input, OutputInterface $output): void

0 commit comments

Comments
 (0)