Skip to content
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

Add back getActualArguments() to NoMatchingExpectationException #1027

Merged
merged 1 commit into from Dec 4, 2019
Merged

Add back getActualArguments() to NoMatchingExpectationException #1027

merged 1 commit into from Dec 4, 2019

Commits on Nov 30, 2019

  1. Add back getActualArguments() to NoMatchingExpectationException

    This has been removed in #1000 and is breaking backwords compatibility.
    
    People are using this method to further customize the reason the test
    failed based on the actual arguments like Laravel for example: https://github.com/laravel/framework/blob/fd17b307f546f449d24d4eed1725b4941a98b895/src/Illuminate/Foundation/Testing/PendingCommand.php#L139
    dciancu committed Nov 30, 2019
    Copy the full SHA
    4f5f771 View commit details
    Browse the repository at this point in the history