File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 11/composer.lock
22/vendor
33/.php-cs-fixer.cache
4+ /.phpunit.cache
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
4+ bootstrap =" vendor/autoload.php"
5+ cacheDirectory =" .phpunit.cache"
6+ executionOrder =" depends,defects"
7+ requireCoverageMetadata =" true"
8+ beStrictAboutCoverageMetadata =" true"
9+ beStrictAboutOutputDuringTests =" true"
10+ failOnRisky =" true"
11+ failOnWarning =" true" >
12+ <testsuites >
13+ <testsuite name =" default" >
14+ <directory >tests</directory >
15+ </testsuite >
16+ </testsuites >
17+
18+ <coverage >
19+ <include >
20+ <directory suffix =" .php" >src</directory >
21+ </include >
22+ </coverage >
23+ </phpunit >
You can’t perform that action at this time.
0 commit comments