Skip to content

Commit

Permalink
Merge pull request #11 from simonhard/master
Browse files Browse the repository at this point in the history
[BUGFIX] make bundle compatible to http-kernel 4.2
  • Loading branch information
simonhard authored Jun 25, 2019
2 parents c53dddf + ebfdab9 commit e6c3787
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DataCollector/VCRDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,11 @@ public function getName()
{
return 'vcr_collector';
}

public function reset()
{
$this->data['requests'] = [];
$this->data['playbacks'] = [];
$this->data['count'] = 0;
}
}

0 comments on commit e6c3787

Please sign in to comment.