File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
vendor
2
2
.idea
3
3
composer.lock
4
- /phpunit.xml
5
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/9.5/phpunit.xsd"
4
+ bootstrap =" vendor/autoload.php"
5
+ cacheResultFile =" .phpunit.cache/test-results"
6
+ executionOrder =" depends,defects"
7
+ forceCoversAnnotation =" true"
8
+ beStrictAboutCoversAnnotation =" true"
9
+ beStrictAboutOutputDuringTests =" true"
10
+ beStrictAboutTodoAnnotatedTests =" true"
11
+ failOnRisky =" true"
12
+ failOnWarning =" true"
13
+ verbose =" true" >
14
+ <testsuites >
15
+ <testsuite name =" default" >
16
+ <directory suffix =" Test.php" >tests</directory >
17
+ </testsuite >
18
+ </testsuites >
19
+
20
+ <coverage cacheDirectory =" .phpunit.cache/code-coverage"
21
+ processUncoveredFiles =" true" >
22
+ <include >
23
+ <directory suffix =" .php" >src</directory >
24
+ </include >
25
+ </coverage >
26
+ </phpunit >
You can’t perform that action at this time.
0 commit comments