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

Fix PHPUnit configuration validation warnings #21

Merged
merged 1 commit into from
Oct 18, 2020
Merged

Fix PHPUnit configuration validation warnings #21

merged 1 commit into from
Oct 18, 2020

Conversation

tspencer244
Copy link
Contributor

Resolves #18

Comment on lines -7 to -11
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed these as they are using the default values from the schema

Comment on lines +2 to +3
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These schema definitions should help with future modifications to the PHPUnit configuration file

@roberto-butti
Copy link
Contributor

Thank you @tspencer244 !
I think that I'm going to learn something new with this PR 🥳

@roberto-butti roberto-butti merged commit 4715df7 into Hi-Folks:master Oct 18, 2020
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.

fix phpunit.xml.dist file
2 participants