-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
failOnPhpunitWarning="false" has no effect #6368
Copy link
Copy link
Closed
Labels
feature/configuration/xmltype/bugSomething is brokenSomething is brokenversion/10Something affects PHPUnit 10Something affects PHPUnit 10version/11Something affects PHPUnit 11Something affects PHPUnit 11version/12Something affects PHPUnit 12Something affects PHPUnit 12
Metadata
Metadata
Assignees
Labels
feature/configuration/xmltype/bugSomething is brokenSomething is brokenversion/10Something affects PHPUnit 10Something affects PHPUnit 10version/11Something affects PHPUnit 11Something affects PHPUnit 11version/12Something affects PHPUnit 12Something affects PHPUnit 12
Summary
The
failOnPhpunitWarningphpunit attribute configuration doesn't work.It is not mentioned in the documentation, but is present in the phpunit.xsd file.
Current behavior
When I run tests with
--do-not-fail-on-phpunit-warningcli option, I have no errors.When I run tests with the
failOnPhpunitWarningphpunit attribute configuration, I have an error.How to reproduce
Expected behavior
No longer have errors when using
failOnPhpunitWarningphpunit attribute configuration.