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

Handle all --display-* options #197

Open
Tracked by #177
Jean85 opened this issue Mar 3, 2023 · 1 comment
Open
Tracked by #177

Handle all --display-* options #197

Jean85 opened this issue Mar 3, 2023 · 1 comment
Milestone

Comments

@Jean85
Copy link
Member

Jean85 commented Mar 3, 2023

Follow up from #177

PHPUnit has multiple options to handle output about specific test outcomes:

  • --display-incomplete
  • --display-skipped
  • --display-deprecations
  • --display-errors
  • --display-notices
  • --display-warnings

There are also two other related options that influence the same thing (and should be implemented all together then):

  • --reverse-list
  • --no-results
@Jean85 Jean85 added this to the 2.1 milestone Mar 3, 2023
@Jean85 Jean85 modified the milestones: 2.2, 2.3 Jun 8, 2023
@Jean85
Copy link
Member Author

Jean85 commented Jan 31, 2024

#224 reported that deprecations should NOT be displayed by default (aligning with PHPUnit 10 behavior), since they spam the output a lot making the final results unreadable.

@Jean85 Jean85 modified the milestones: 2.3, 2.4 Feb 2, 2024
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

No branches or pull requests

1 participant