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

AssertContainsOnly::assertContainsNotOnlyInstancesOf(): fix incorrect param name #235

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Jan 12, 2025

This could be problematic when tests use function calls with named parameters, so let's make sure the parameter name matches the one used in PHPUnit.

… param name

This could be problematic when tests use function calls with named parameters, so let's make sure the parameter name matches the one used in PHPUnit.
@coveralls
Copy link

Coverage Status

coverage: 97.912%. remained the same
when pulling b822354 on feature/assertContainsNotOnlyInstancesOf-fix-param-name
into 1bc0d31 on 3.x.

@jrfnl jrfnl merged commit 32aafad into 3.x Jan 12, 2025
149 checks passed
@jrfnl jrfnl deleted the feature/assertContainsNotOnlyInstancesOf-fix-param-name branch January 12, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants