Skip to content

Commit 4a92a2a

Browse files
Update PHPUnit configuration
1 parent a1339a6 commit 4a92a2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpunit.xml

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4-
bootstrap="vendor/autoload.php"
54
cacheDirectory=".phpunit.cache"
65
executionOrder="depends,defects"
7-
shortenArraysForExportThreshold="10"
86
requireCoverageMetadata="true"
97
beStrictAboutCoverageMetadata="true"
108
beStrictAboutOutputDuringTests="true"

0 commit comments

Comments
 (0)