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

Update XML printerClass default value #254

Conversation

SandersJ16
Copy link
Contributor

Minor update to the XML configuration section of the documentation for the printerClass attribute. The ResultPrinter class was changed to be an interface and the default printer class updated to DefaultResultPrinter in the code and the XSD (Here is the PR that this update was made in for reference sebastianbergmann/phpunit#4024).

In addition to updating the Default value for printerClass in the docs I've updated the description to refer to it as an interface and have made the wording consistent with the description of the testSuiteLoaderClass which also has an interface and standard class.

Looking through PHPUnit it appears that the first version of the code to convert the class ResultPrinter to an interface was PHPUnit 9.0.0 which is why I have opened this PR to only be merged into branch 9.5.

@sebastianbergmann sebastianbergmann merged commit 6e93f0d into sebastianbergmann:9.5 Nov 29, 2021
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