File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" executionOrder =" random" failOnWarning =" true" failOnRisky =" true" failOnEmptyTestSuite =" true" beStrictAboutOutputDuringTests =" true" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4 /phpunit.xsd" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" executionOrder =" random" failOnWarning =" true" failOnRisky =" true" failOnEmptyTestSuite =" true" beStrictAboutOutputDuringTests =" true" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
3
<testsuites >
4
4
<testsuite name =" Laravel invoices Test Suite" >
5
5
<directory >tests</directory >
6
6
</testsuite >
7
7
</testsuites >
8
8
<coverage >
9
- <include >
10
- <directory suffix =" .php" >./src</directory >
11
- </include >
12
9
<report >
13
10
<html outputDirectory =" build/coverage" />
14
11
<text outputFile =" build/coverage.txt" />
18
15
<logging >
19
16
<junit outputFile =" build/report.junit.xml" />
20
17
</logging >
18
+ <source >
19
+ <include >
20
+ <directory suffix =" .php" >./src</directory >
21
+ </include >
22
+ </source >
21
23
</phpunit >
You can’t perform that action at this time.
0 commit comments