Skip to content

Commit

Permalink
revert color to never
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Aug 9, 2024
1 parent a257341 commit cdea201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Tool/Phpunit/PhpUnitTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ protected function runPhpUnit(): void {
}

$command = array_merge($command, [
'--colors=always',
'--colors=never',
"--configuration={$this->fixture->getPath('docroot/core/phpunit.xml')}",
'--exclude-group=orca_ignore',
'--testsuite=orca',
Expand Down

0 comments on commit cdea201

Please sign in to comment.