Skip to content

Commit 6f57b13

Browse files
Update PHPUnit configuration
1 parent c9442e2 commit 6f57b13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpunit.xml

Lines changed: 0 additions & 2 deletions
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)