File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change
1
+ /.phpunit.cache
1
2
/node_modules
2
3
/public /build
3
4
/public /hot
7
8
.env
8
9
.env.backup
9
10
.env.production
10
- .phpunit.result.cache
11
11
Homestead.json
12
12
Homestead.yaml
13
13
auth.json
Original file line number Diff line number Diff line change 16
16
"laravel/pint" : " ^1.0" ,
17
17
"laravel/sail" : " ^1.18" ,
18
18
"mockery/mockery" : " ^1.4.4" ,
19
- "nunomaduro/collision" : " ^6.1 " ,
20
- "phpunit/phpunit" : " ^9.5.10 " ,
19
+ "nunomaduro/collision" : " ^7.0 " ,
20
+ "phpunit/phpunit" : " ^10.0 " ,
21
21
"spatie/laravel-ignition" : " ^2.0"
22
22
},
23
23
"autoload" : {
Original file line number Diff line number Diff line change 12
12
<directory suffix =" Test.php" >./tests/Feature</directory >
13
13
</testsuite >
14
14
</testsuites >
15
- <coverage processUncoveredFiles = " true " >
15
+ <coverage >
16
16
<include >
17
17
<directory suffix =" .php" >./app</directory >
18
18
</include >
You can’t perform that action at this time.
0 commit comments