File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5- backupGlobals =" false"
6- backupStaticAttributes =" false"
75 bootstrap =" vendor/autoload.php"
86 colors =" true"
9- convertErrorsToExceptions =" true"
10- convertNoticesToExceptions =" true"
11- convertWarningsToExceptions =" true"
12- processIsolation =" false"
13- stopOnFailure =" false"
147 executionOrder =" random"
158 failOnWarning =" true"
169 failOnRisky =" true"
1710 failOnEmptyTestSuite =" true"
1811 beStrictAboutOutputDuringTests =" true"
19- verbose =" true"
2012>
2113 <testsuites >
2214 <testsuite name =" Spatie Test Suite" >
2315 <directory >tests</directory >
2416 </testsuite >
2517 </testsuites >
26- <coverage >
18+
19+ <source ignoreSuppressionOfDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
2720 <include >
28- <directory suffix = " .php " >./ src</directory >
21+ <directory > src</directory >
2922 </include >
23+ </source >
24+
25+ <coverage >
3026 <report >
3127 <html outputDirectory =" build/coverage" />
3228 <text outputFile =" build/coverage.txt" />
You can’t perform that action at this time.
0 commit comments