Skip to content

Commit ad203f0

Browse files
Update PHPUnit configuration
1 parent b578b36 commit ad203f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.5/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
cacheDirectory=".phpunit.cache"
66
executionOrder="depends,defects"
7-
shortenArraysForExportThreshold="10"
87
requireCoverageMetadata="true"
98
beStrictAboutCoverageMetadata="true"
109
beStrictAboutOutputDuringTests="true"

0 commit comments

Comments
 (0)