-
Notifications
You must be signed in to change notification settings - Fork 328
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
New Assertions: assertPathEndsWith and assertPathContains #1088
New Assertions: assertPathEndsWith and assertPathContains #1088
Conversation
I would maybe use Str::contains for the contains one. |
Hi @taylorotwell, thanks for the feedback. Looking at the other assertions in the |
@driesvints: any chance we could get this PR progressed? Would be great to see |
Taylor doesn't sees PR's in draft state. If a new review is needed, the PR needs to be marked as such. I'll do this for now. |
Thanks @driesvints - I can't change the state of a draft PR and I'm not sure it was clear to @shawnhooper that they weren't going to get a reply. Either way, this PR will get looked at now 👍🏻 |
@u01jmg3 Correct. I assumed Taylor has been busy and would get to it eventually. First time contributing into the official packages. :) |
@driesvints - I see this was merged into Shall I raise a new PR to add these changes to |
This should indeed have gone into 8.x since 7.x is no longer maintained. If you could send in a new PR I'll merge and tag it. Thanks! |
) * Add Assertion: assertPathEndsWith * Add Assertion: assertPathContains * Added return types Co-authored-by: Shawn Hooper <[email protected]>
Adds two new assertions to go with the existing assertPathBeginsWith: