Skip to content

Argument check in unit Tests #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 22, 2020
Merged

Argument check in unit Tests #3

merged 2 commits into from
Apr 22, 2020

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.

1 participant