jasonmccreary / laravel-test-assertions

A set of helpful assertions when testing Laravel applications.
321 stars 34 forks source link

Possible to pass in arguments #4

Closed JeffreyDavidson closed 4 years ago

JeffreyDavidson commented 4 years ago

Would there be a good reason to check the arguments that might get passed to the Unique or Exists or any other custom rules? I feel as if this would help your assertValidationRuleContains assertion method?

jasonmccreary commented 4 years ago

Believe we discussed this offline. Closing for now as v0.4 should do what you want.