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 11<?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" >
33 <testsuites >
44 <testsuite name =" Laravel invoices Test Suite" >
55 <directory >tests</directory >
66 </testsuite >
77 </testsuites >
88 <coverage >
9- <include >
10- <directory suffix =" .php" >./src</directory >
11- </include >
129 <report >
1310 <html outputDirectory =" build/coverage" />
1411 <text outputFile =" build/coverage.txt" />
1815 <logging >
1916 <junit outputFile =" build/report.junit.xml" />
2017 </logging >
18+ <source >
19+ <include >
20+ <directory suffix =" .php" >./src</directory >
21+ </include >
22+ </source >
2123</phpunit >
You can’t perform that action at this time.
0 commit comments