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

Remove strict incomplete duplication #48

Closed
wants to merge 1 commit into from
Closed

Remove strict incomplete duplication #48

wants to merge 1 commit into from

Conversation

benmatselby
Copy link
Contributor

A colleague found an issue with the --strict option when used in tests that have no assertions and are marked as incomplete. If you mark a test with no assertions as incomplete you would end up with two incomplete results for the same test which is confusing and technically wrong.

This pull request fixes that issue

…he test has been marked as incomplete

- If you marked a test as incomplete with no assertions in it, and then ran the test with --strict mode it would report two incomplete results for the one test which is incorrect
@sebastianbergmann
Copy link
Owner

Pulled, thanks.

@benmatselby benmatselby deleted the remove-strict-incomplete-duplication branch June 8, 2016 13:20
axiac pushed a commit to axiac/phpunit that referenced this pull request May 8, 2018
This pull request was closed.
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

2 participants