File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 44/clover.xml
55/build
66/vendor
7- .phpunit.cache / test-results
7+ .phpunit.cache
Original file line number Diff line number Diff line change 1313 "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1414 },
1515 "require-dev" : {
16- "orchestra/testbench" : " ^4.0|^5.0|^6.0|^7.0|^8.0" ,
17- "phpunit/phpunit" : " ^8.0|^9.0|^10.0" ,
18- "nunomaduro /larastan" : " ^0.6| ^1.0|^2.0"
16+ "orchestra/testbench" : " ^4.0|^5.0|^6.0|^7.0|^8.0|^9.0 " ,
17+ "phpunit/phpunit" : " ^8.0|^9.0|^10.0|^11.0 " ,
18+ "larastan /larastan" : " ^1.0|^2.0"
1919 },
2020 "autoload" : {
2121 "psr-4" : {
2828 }
2929 },
3030 "scripts" : {
31- "test" : " vendor/bin/phpunit" ,
31+ "test" : " XDEBUG_MODE=coverage vendor/bin/phpunit" ,
3232 "lint" : " vendor/bin/phpstan analyse"
3333 },
3434 "extra" : {
Original file line number Diff line number Diff line change 11includes:
2- - ./ vendor/nunomaduro /larastan/extension.neon
2+ - vendor/larastan /larastan/extension.neon
33parameters:
44 level: 5
55 paths:
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" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.1 /phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
33 <coverage includeUncoveredFiles =" false" >
4- <include >
5- <directory suffix =" .php" >src/</directory >
6- </include >
74 <report >
85 <clover outputFile =" build/clover.xml" />
96 </report >
2320 <env name =" DB_DATABASE" value =" :memory:" />
2421 <env name =" DB_CONNECTION" value =" sqlite" />
2522 </php >
23+ <source >
24+ <include >
25+ <directory suffix =" .php" >src/</directory >
26+ </include >
27+ </source >
2628</phpunit >
You can’t perform that action at this time.
0 commit comments