File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
colors =" true"
6
6
processIsolation =" false"
7
7
stopOnFailure =" false"
8
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd"
8
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.2 /phpunit.xsd"
9
9
cacheDirectory =" .phpunit.cache"
10
10
backupStaticProperties =" false"
11
11
>
15
15
</testsuite >
16
16
</testsuites >
17
17
<coverage >
18
- <include >
19
- <directory suffix =" .php" >./src</directory >
20
- </include >
21
18
<report >
22
19
<html outputDirectory =" build/coverage" />
23
20
<text outputFile =" build/coverage.txt" />
31
28
<env name =" DB_DATABASE" value =" laravel_eloquent_spatial_test" />
32
29
<env name =" DB_USERNAME" value =" root" />
33
30
</php >
31
+ <source >
32
+ <include >
33
+ <directory suffix =" .php" >./src</directory >
34
+ </include >
35
+ </source >
34
36
</phpunit >
You can’t perform that action at this time.
0 commit comments