Skip to content

Conversation

@CodeDredd
Copy link
Owner

Added argument testing

        Soap::assertSent(function (Request $request) use ($arguments) {
           return $request->arguments() === $arguments &&
               $request->action() === 'Submit_User';
        });

- Add some missing doc blocks
- Reworked `XmlSerializer`
- made argument-check in Request for testing possible
@CodeDredd CodeDredd added the feature New feature or request label Apr 22, 2020
@CodeDredd CodeDredd merged commit 74120b1 into master Apr 22, 2020
@CodeDredd CodeDredd deleted the argument-check branch April 22, 2020 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants