Update PHPUnit configuration
This commit is contained in:
parent
17e38c7a60
commit
11b6f654a9
|
|
@ -1,10 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
|
||||||
bootstrap="vendor/autoload.php"
|
|
||||||
cacheDirectory=".phpunit.cache"
|
cacheDirectory=".phpunit.cache"
|
||||||
executionOrder="depends,defects"
|
executionOrder="depends,defects"
|
||||||
shortenArraysForExportThreshold="10"
|
|
||||||
requireCoverageMetadata="true"
|
requireCoverageMetadata="true"
|
||||||
beStrictAboutCoverageMetadata="true"
|
beStrictAboutCoverageMetadata="true"
|
||||||
beStrictAboutOutputDuringTests="true"
|
beStrictAboutOutputDuringTests="true"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue