Skip to content

Commit

Permalink
Update PHPUnit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Feb 10, 2023
1 parent 06ee49d commit f19f35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tool/PHPUnit.php
Expand Up @@ -8,7 +8,7 @@ final class PHPUnit extends AbstractTool
{
public function command(): string
{
return './vendor/bin/phpunit';
return 'XDEBUG_MODE=coverage ./vendor/bin/phpunit';
}

/**
Expand Down

0 comments on commit f19f35f

Please sign in to comment.