diff --git a/spec/reporter/CompositeReporter.spec.php b/spec/reporter/CompositeReporter.spec.php index c989cc2..5318ab6 100644 --- a/spec/reporter/CompositeReporter.spec.php +++ b/spec/reporter/CompositeReporter.spec.php @@ -93,7 +93,7 @@ describe('onAnalyzeStop', function() { beforeEach(function() { - $this->result = new AnalyzedCoverageResult(new Sequence()); + $this->result = new AnalyzedCoverageResult([]); $this->stopEvent = new AnalyzeStopEvent($this->result); $reporter1 = $this->prophet->prophesize(Reporter::class);