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

Commit

Permalink
fix composite reporter spec
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed Dec 4, 2015
1 parent bd8c9aa commit 4bfe215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/reporter/CompositeReporter.spec.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4bfe215

Please sign in to comment.