Skip to content

Commit

Permalink
Fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-baptista committed Sep 8, 2022
1 parent 74d9d41 commit b8ac2d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Extensions/SlowestTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ class SlowestTests implements BeforeFirstTestHook, AfterTestHook, AfterLastTestH
public function __construct(public int $show = 10, public array $threshold = [
'success' => 0.1,
'warning' => 1,
])
{
]) {
$this->components = new Components();
}

Expand Down

0 comments on commit b8ac2d6

Please sign in to comment.