11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
3- backupStaticAttributes =" false"
4- bootstrap =" ./vendor/autoload.php"
5- colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- processIsolation =" false"
10- stopOnFailure =" false" >
11- <testsuites >
12- <testsuite name =" unit" >
13- <directory suffix =" Test.php" >./tests/Unit</directory >
14- </testsuite >
15- <testsuite name =" integration" >
16- <directory suffix =" Test.php" >./tests/Integration</directory >
17- </testsuite >
18- </testsuites >
19- <listeners >
20- <listener class =" \Mockery\Adapter\Phpunit\TestListener"
21- file =" vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" bootstrap =" ./vendor/autoload.php" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage processUncoveredFiles =" true" >
4+ <include >
5+ <directory suffix =" .php" >./src</directory >
6+ </include >
7+ <report >
8+ <clover outputFile =" build/logs/clover.xml" />
9+ </report >
10+ </coverage >
11+ <testsuites >
12+ <testsuite name =" unit" >
13+ <directory suffix =" Test.php" >./tests/Unit</directory >
14+ </testsuite >
15+ <testsuite name =" integration" >
16+ <directory suffix =" Test.php" >./tests/Integration</directory >
17+ </testsuite >
18+ </testsuites >
19+ <listeners >
20+ <listener class =" \Mockery\Adapter\Phpunit\TestListener" file =" vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php" >
2221 </listener >
23- </listeners >
24- <filter >
25- <whitelist processUncoveredFilesFromWhitelist =" true" >
26- <directory suffix =" .php" >./src</directory >
27- </whitelist >
28- </filter >
29- <logging >
30- <log type =" coverage-clover" target =" build/logs/clover.xml" />
31- </logging >
32- <php >
33- <env name =" APP_ENV" value =" testing" />
34- <env name =" APP_DEBUG" value =" true" />
35- <env name =" APP_KEY" value =" V4EYYl0MjI4Bin9GkFPUE3cpAARPCF27" />
36- <env name =" CACHE_DRIVER" value =" array" />
37- <env name =" SESSION_DRIVER" value =" array" />
38- <env name =" QUEUE_DRIVER" value =" sync" />
39- <env name =" DB_DATABASE" value =" spatial_test" />
40- <env name =" DB_HOST" value =" 127.0.0.1" />
41- <env name =" DB_PORT" value =" 3306" />
42- <env name =" DB_USERNAME" value =" root" />
43- <env name =" DB_PASSWORD" value =" " />
44- </php >
45- </phpunit >
22+ </listeners >
23+ <logging />
24+ <php >
25+ <env name =" APP_ENV" value =" testing" />
26+ <env name =" APP_DEBUG" value =" true" />
27+ <env name =" APP_KEY" value =" V4EYYl0MjI4Bin9GkFPUE3cpAARPCF27" />
28+ <env name =" CACHE_DRIVER" value =" array" />
29+ <env name =" SESSION_DRIVER" value =" array" />
30+ <env name =" QUEUE_DRIVER" value =" sync" />
31+ <env name =" DB_DATABASE" value =" spatial_test" />
32+ <env name =" DB_HOST" value =" 127.0.0.1" />
33+ <env name =" DB_PORT" value =" 3306" />
34+ <env name =" DB_USERNAME" value =" root" />
35+ <env name =" DB_PASSWORD" value =" " />
36+ </php >
37+ </phpunit >
0 commit comments