File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Latest StableVersion] ( https://poser.pugx.org/toin0u/geocoder-laravel/v/stable.png )] ( https://packagist.org/packages/toin0u/geocoder-laravel )
2
2
[ ![ Total Downloads] ( https://poser.pugx.org/toin0u/geocoder-laravel/downloads.png )] ( https://packagist.org/packages/toin0u/geocoder-laravel )
3
3
[ ![ Build Status] ( https://ci.genealabs.com/build-status/image/1 )] ( https://ci.genealabs.com/build-status/view/1 )
4
+ [ Code Coverage] ( https://ci.genealabs.com/coverage/1 )
4
5
5
6
# Geocoder for Lavarel
6
7
Original file line number Diff line number Diff line change 8
8
processIsolation =" false"
9
9
stopOnFailure =" false"
10
10
syntaxCheck =" false"
11
- bootstrap =" vendor/autoload.php"
11
+ bootstrap =" vendor/laravel/laravel/bootstrap/ autoload.php"
12
12
>
13
13
<testsuites >
14
14
<testsuite name =" Geocoder library for Laravel Test Suite" >
15
- <directory suffix =" Test.php" >./tests/Geocoder</directory >
16
15
<directory suffix =" Test.php" >./tests/Laravel5_3</directory >
17
16
</testsuite >
18
17
</testsuites >
19
18
<filter >
20
- <whitelist >
21
- <directory >./src/ </directory >
19
+ <whitelist processUncoveredFilesFromWhitelist = " true " >
20
+ <directory suffix = " .php " >./src</directory >
22
21
</whitelist >
23
22
</filter >
24
23
<php >
You can’t perform that action at this time.
0 commit comments