Skip to content

Commit

Permalink
Fix: Order
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 6, 2023
1 parent 0a8e2b1 commit 4204a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Extension.php
Expand Up @@ -39,6 +39,8 @@ public function bootstrap(
$maximumDuration = Duration::fromMilliseconds((int) $parameters->get('maximum-duration'));
}

$timeKeeper = new TimeKeeper();

$collector = new Collector\DefaultCollector();

$reporter = new Reporter\DefaultReporter(
Expand All @@ -47,8 +49,6 @@ public function bootstrap(
$maximumCount,
);

$timeKeeper = new TimeKeeper();

$facade->registerSubscribers(
new Subscriber\TestPreparedSubscriber($timeKeeper),
new Subscriber\TestPassedSubscriber(
Expand Down

0 comments on commit 4204a8f

Please sign in to comment.