Skip to content

Commit 5d12ba4

Browse files
committed
attributes no longer available in phpunit 10.0
1 parent f2726f4 commit 5d12ba4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
44
bootstrap=".tools/bootstrap.php"
5-
beStrictAboutCoversAnnotation="true"
65
beStrictAboutOutputDuringTests="true"
76
beStrictAboutTodoAnnotatedTests="true"
87
failOnWarning="true"
98
failOnRisky="true"
10-
verbose="true"
119
colors="true"
1210
stderr="true"
1311
defaultTestSuite="unit">

0 commit comments

Comments
 (0)