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 verbosity on phpunit runs #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrewnicols
Copy link
Collaborator

I looked at doing this by PHPUnit version but it is non-trivial and I feel pointless. There is no direct replacement for this in PHPUnit and it only really shows things like skipped tests, which we have turned off in other environments.

@andrewnicols
Copy link
Collaborator Author

As discussed in MDL-83468 this seems to be the most appropriate solution for now.

The current verbosity lists a raft of things. From PHPUnit we must use {{--display-skipped}} for skipped. Every

I'll try and put together a test in future to test the version and show just what we want, but for now I think we should merge this to prevent delays to MDL-83468.

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.

1 participant