File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/TextUI/Configuration/Cli Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 180
180
<xs : attribute name =" failOnAllIssues" type =" xs:boolean" default =" false" />
181
181
<xs : attribute name =" failOnDeprecation" type =" xs:boolean" default =" false" />
182
182
<xs : attribute name =" failOnPhpunitDeprecation" type =" xs:boolean" default =" false" />
183
+ <xs : attribute name =" failOnPhpunitWarning" type =" xs:boolean" default =" true" />
183
184
<xs : attribute name =" failOnEmptyTestSuite" type =" xs:boolean" default =" false" />
184
185
<xs : attribute name =" failOnIncomplete" type =" xs:boolean" default =" false" />
185
186
<xs : attribute name =" failOnNotice" type =" xs:boolean" default =" false" />
198
199
<xs : attribute name =" beStrictAboutChangesToGlobalState" type =" xs:boolean" default =" false" />
199
200
<xs : attribute name =" beStrictAboutOutputDuringTests" type =" xs:boolean" default =" false" />
200
201
<xs : attribute name =" beStrictAboutTestsThatDoNotTestAnything" type =" xs:boolean" default =" true" />
201
- <xs : attribute name =" beStrictAboutTodoAnnotatedTests" type =" xs:boolean" default =" false" />
202
202
<xs : attribute name =" beStrictAboutCoverageMetadata" type =" xs:boolean" default =" false" />
203
203
<xs : attribute name =" defaultTimeLimit" type =" xs:integer" default =" 0" />
204
204
<xs : attribute name =" enforceTimeLimit" type =" xs:boolean" default =" false" />
Original file line number Diff line number Diff line change @@ -1376,7 +1376,7 @@ private function markProcessed(string $option): void
1376
1376
}
1377
1377
1378
1378
/**
1379
- * @psalm- param non-empty-string $option
1379
+ * @param non-empty-string $option
1380
1380
*/
1381
1381
private function warnWhenOptionsConflict (?bool $ current , string $ option , string $ opposite ): void
1382
1382
{
You can’t perform that action at this time.
0 commit comments