Skip to content

Commit e6c3787

Browse files
authored
Merge pull request #11 from simonhard/master
[BUGFIX] make bundle compatible to http-kernel 4.2
2 parents c53dddf + ebfdab9 commit e6c3787

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DataCollector/VCRDataCollector.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,11 @@ public function getName()
5858
{
5959
return 'vcr_collector';
6060
}
61+
62+
public function reset()
63+
{
64+
$this->data['requests'] = [];
65+
$this->data['playbacks'] = [];
66+
$this->data['count'] = 0;
67+
}
6168
}

0 commit comments

Comments
 (0)