Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Commit 4bfe215

Browse files
committed
fix composite reporter spec
1 parent bd8c9aa commit 4bfe215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/reporter/CompositeReporter.spec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
describe('onAnalyzeStop', function() {
9595
beforeEach(function() {
96-
$this->result = new AnalyzedCoverageResult(new Sequence());
96+
$this->result = new AnalyzedCoverageResult([]);
9797
$this->stopEvent = new AnalyzeStopEvent($this->result);
9898

9999
$reporter1 = $this->prophet->prophesize(Reporter::class);

0 commit comments

Comments
 (0)