Skip to content

Commit

Permalink
Remove attribute that no longer has any effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 9, 2024
1 parent 42e2f13 commit dfabc54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion phpunit.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
<xs:attribute name="beStrictAboutChangesToGlobalState" type="xs:boolean" default="false"/>
<xs:attribute name="beStrictAboutOutputDuringTests" type="xs:boolean" default="false"/>
<xs:attribute name="beStrictAboutTestsThatDoNotTestAnything" type="xs:boolean" default="true"/>
<xs:attribute name="beStrictAboutTodoAnnotatedTests" type="xs:boolean" default="false"/>
<xs:attribute name="beStrictAboutCoverageMetadata" type="xs:boolean" default="false"/>
<xs:attribute name="defaultTimeLimit" type="xs:integer" default="0"/>
<xs:attribute name="enforceTimeLimit" type="xs:boolean" default="false"/>
Expand Down
1 change: 1 addition & 0 deletions tests/_files/invalid-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Line 10:
- Element 'phpunit', attribute 'forceCoversAnnotation': The attribute 'forceCoversAnnotation' is not allowed.
- Element 'phpunit', attribute 'beStrictAboutCoversAnnotation': The attribute 'beStrictAboutCoversAnnotation' is not allowed.
- Element 'phpunit', attribute 'beStrictAboutTodoAnnotatedTests': The attribute 'beStrictAboutTodoAnnotatedTests' is not allowed.
- Element 'phpunit', attribute 'verbose': The attribute 'verbose' is not allowed.

Line 17:
Expand Down

0 comments on commit dfabc54

Please sign in to comment.