You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(v1): add argument request check for tests
* refactor(v1): Code enhancement
- Add some missing doc blocks
- Reworked `XmlSerializer`
- made argument-check in Request for testing possible
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,17 +274,18 @@ When faking responses, you may occasionally wish to inspect the requests the cli
274
274
275
275
The `assertSent` method accepts a callback which will be given an `CodeDredd\Soap\Client\Request` instance and should return a boolean value indicating if the request matches your expectations. In order for the test to pass, at least one request must have been issued matching the given expectations:
0 commit comments