Skip to content

Commit 186547b

Browse files
authored
Merge pull request #47 from KDederichs/master
Reset conditionalResults as well
2 parents 79f11ad + 8c055f1 commit 186547b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.3.1 - 2019-11-06
4+
5+
### Fixed
6+
7+
- `reset()` also resets `conditionalResults`
8+
39
## 1.3.0 - 2019-02-21
410

511
### Added

src/Client.php

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ public function getLastRequest()
215215

216216
public function reset()
217217
{
218+
$this->conditionalResults = [];
218219
$this->responses = [];
219220
$this->exceptions = [];
220221
$this->requests = [];

0 commit comments

Comments
 (0)