File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 backupGlobals =" false"
4- backupStaticAttributes =" false"
4+ backupStaticProperties =" false"
55 bootstrap =" vendor/autoload.php"
6+ cacheDirectory =" .phpunit.cache"
67 colors =" true"
7- convertErrorsToExceptions =" true"
8- convertNoticesToExceptions =" true"
9- convertWarningsToExceptions =" true"
108 processIsolation =" false"
119 stopOnFailure =" true"
10+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
11+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
1212>
1313 <testsuites >
1414 <testsuite name =" Feature" >
2121 <directory suffix =" Test.php" >./tests/Nova</directory >
2222 </testsuite >
2323 </testsuites >
24- <filter >
25- <whitelist processUncoveredFilesFromWhitelist =" false" >
26- <directory suffix =" .php" >./src</directory >
27- </whitelist >
28- </filter >
2924 <php >
3025 <env name =" APP_KEY" value =" base64:Xgs1LQt1GdVHhD6qyYCXnyq61DE3UKqJ5k2SJc+Nw2g=" />
3126 <env name =" APP_ENV" value =" testing" />
3833 <env name =" REDIS_HOST" value =" 127.0.0.1" />
3934 <env name =" PGSQL_HOST" value =" 127.0.0.1" />
4035 </php >
36+ <source >
37+ <include >
38+ <directory suffix =" .php" >./src</directory >
39+ </include >
40+ </source >
4141</phpunit >
You can’t perform that action at this time.
0 commit comments