mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
chore: style
This commit is contained in:
@ -4,7 +4,7 @@ use Pest\Plugins\Coverage;
|
|||||||
use Symfony\Component\Console\Output\NullOutput;
|
use Symfony\Component\Console\Output\NullOutput;
|
||||||
|
|
||||||
test('compute comparable coverage', function (float $givenValue, float $expectedValue) {
|
test('compute comparable coverage', function (float $givenValue, float $expectedValue) {
|
||||||
$output = new NullOutput();
|
$output = new NullOutput;
|
||||||
|
|
||||||
$plugin = new Coverage($output);
|
$plugin = new Coverage($output);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user