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

New Assertions: assertPathEndsWith and assertPathContains #1088

Merged
merged 3 commits into from
Apr 15, 2024

Conversation

shawnhooper
Copy link
Contributor

Adds two new assertions to go with the existing assertPathBeginsWith:

  • assertPathEndsWith
  • assertPathContains

@taylorotwell
Copy link
Member

I would maybe use Str::contains for the contains one.

@taylorotwell taylorotwell marked this pull request as draft February 28, 2024 02:03
@shawnhooper
Copy link
Contributor Author

Hi @taylorotwell, thanks for the feedback.

Looking at the other assertions in the MakesUrlAssertions trait, and they all call assertions from the PHPUnit framework. I think using PHPUnit::assertStringContainsString() is more consistent, and cleaner than checking Str::contains and then trying to throw a PHPUnit assertion error if it doesn't.

@u01jmg3
Copy link
Contributor

u01jmg3 commented Apr 12, 2024

@driesvints: any chance we could get this PR progressed? Would be great to see assertPathEndsWith() in Dusk

@driesvints
Copy link
Member

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.

@driesvints driesvints marked this pull request as ready for review April 15, 2024 12:11
@u01jmg3
Copy link
Contributor

u01jmg3 commented Apr 15, 2024

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 👍🏻

@shawnhooper
Copy link
Contributor Author

@u01jmg3 Correct. I assumed Taylor has been busy and would get to it eventually. First time contributing into the official packages. :)

@taylorotwell taylorotwell merged commit c528bc9 into laravel:7.x Apr 15, 2024
22 checks passed
@u01jmg3
Copy link
Contributor

u01jmg3 commented Apr 16, 2024

@driesvints - I see this was merged into 7.x and with today's v8.1.2 release, this PR hasn't made it in. Should this PR have gone into the 8.x branch? Perhaps because this PR was created back in February.

Shall I raise a new PR to add these changes to 8.x or can you fix it?

@driesvints
Copy link
Member

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!

taylorotwell pushed a commit that referenced this pull request Apr 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
)

* Add Assertion: assertPathEndsWith

* Add Assertion: assertPathContains

* Added return types

Co-authored-by: Shawn Hooper <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants