File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11vendor /
22.idea
33.php_cs.cache
4+ .phpunit.cache
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
12<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.3/phpunit.xsd" >
3+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4+ bootstrap =" vendor/autoload.php"
5+ cacheDirectory =" .phpunit.cache"
6+ executionOrder =" depends,defects"
7+ shortenArraysForExportThreshold =" 10"
8+ requireCoverageMetadata =" false"
9+ beStrictAboutCoverageMetadata =" true"
10+ beStrictAboutOutputDuringTests =" true"
11+ displayDetailsOnPhpunitDeprecations =" true"
12+ failOnPhpunitDeprecation =" false"
13+ failOnRisky =" true"
14+ failOnWarning =" true" >
315 <testsuites >
416 <testsuite name =" Functional" >
517 <directory >./test/Functional</directory >
1830 </testsuite >
1931 </testsuites >
2032 <coverage >
33+ <report >
34+ <clover outputFile =" ./clover.xml" />
35+ </report >
36+ </coverage >
37+ <source ignoreIndirectDeprecations =" true"
38+ restrictNotices =" true"
39+ restrictWarnings =" true" >
2140 <include >
22- <directory suffix = " .php " >./ src</directory >
41+ <directory > src</directory >
2342 </include >
24- </coverage >
43+ </source >
2544</phpunit >
You can’t perform that action at this time.
0 commit comments