Skip to content

Commit a4b4540

Browse files
committed
Update PHPUnit configuration for PHPUnit 10
1 parent 26962b3 commit a4b4540

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

phpunit.xml.dist

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
<phpunit
44
bootstrap="vendor/autoload.php"
55
colors="true"
6-
verbose="true"
76
failOnRisky="true"
87
failOnWarning="true"
9-
convertErrorsToExceptions="true"
10-
convertNoticesToExceptions="true"
11-
convertWarningsToExceptions="true"
128
stopOnFailure="false"
139
executionOrder="random"
1410
resolveDependencies="true"
@@ -23,10 +19,10 @@
2319
</testsuite>
2420
</testsuites>
2521

26-
<coverage>
22+
<source>
2723
<include>
2824
<directory>./config</directory>
2925
<directory>./src</directory>
3026
</include>
31-
</coverage>
27+
</source>
3228
</phpunit>

0 commit comments

Comments
 (0)