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

[11.x] fix chopStart and chopEnd tests #53812

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

browner12
Copy link
Contributor

the arrays were using duplicate keys, which meant only the latest defined element was running an assertion.

converted them to indexed arrays, and then adjusted the destructuring to treat the first element as the $subject.

the arrays were using duplicate keys, which meant only the latest defined element was running an assertion.

converted them to indexed arrays, and then adjusted the destructuring to treat the first element as the `$subject`.
Copy link
Member

@timacdonald timacdonald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my bad 🤦

@browner12
Copy link
Contributor Author

lol, happens to the best of us

@taylorotwell taylorotwell merged commit f278399 into laravel:11.x Dec 10, 2024
40 checks passed
@browner12 browner12 deleted the AB-fix-support-str-test branch December 10, 2024 15:51
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.

3 participants