File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
33<p align =" center " >
44<a href =" https://github.com/laravel/framework/actions " ><img src =" https://github.com/laravel/framework/workflows/tests/badge.svg " alt =" Build Status " ></a >
5+ <a href =" https://coveralls.io/github/laravel/framework " ><img src =" https://coveralls.io/repos/github/laravel/framework/badge.svg " alt =" Coverage Status " /></a >
56<a href =" https://packagist.org/packages/laravel/framework " ><img src =" https://img.shields.io/packagist/dt/laravel/framework " alt =" Total Downloads " ></a >
67<a href =" https://packagist.org/packages/laravel/framework " ><img src =" https://img.shields.io/packagist/v/laravel/framework " alt =" Latest Stable Version " ></a >
78<a href =" https://packagist.org/packages/laravel/framework " ><img src =" https://img.shields.io/packagist/l/laravel/framework " alt =" License " ></a >
Original file line number Diff line number Diff line change 77 stopOnFailure =" false"
88 cacheDirectory =" .phpunit.cache"
99 backupStaticProperties =" false" >
10+ <coverage >
11+ <report >
12+ <clover outputFile =" build/logs/clover.xml" />
13+ </report >
14+ </coverage >
1015 <testsuites >
1116 <testsuite name =" Laravel Test Suite" >
1217 <directory suffix =" Test.php" >./tests</directory >
1318 </testsuite >
1419 </testsuites >
20+ <source >
21+ <include >
22+ <directory >src</directory >
23+ </include >
24+ </source >
1525 <php >
1626 <ini name =" date.timezone" value =" UTC" />
1727 <ini name =" intl.default_locale" value =" C.UTF-8" />
You can’t perform that action at this time.
0 commit comments