Skip to content

Commit ff6a78e

Browse files
authored
Merge pull request #5 from yael-lorenzo-olx/patch-3
Update ResponseWithAssertions.php
2 parents fda74d8 + 040b871 commit ff6a78e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Response/Decorator/ResponseWithAssertions.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,12 @@ public function retrieve()
160160
}
161161
return $this->response->retrieve();
162162
}
163+
164+
/**
165+
* @return Response
166+
*/
167+
public function getResponse()
168+
{
169+
return $this->response;
170+
}
163171
}

0 commit comments

Comments
 (0)