1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes = " false " bootstrap =" ../../bootstrap/app.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" >../../app </directory >
6
- </ include >
7
- < exclude >
8
- < directory suffix = " . php" >../../app/Console</ directory >
9
- < directory suffix = " .php " >../../app/Constants</ directory >
10
- < directory suffix = " .php " >../../app/Domains/*/Http</ directory >
11
- < directory suffix = " .php " >../../app/Domains/Doc</ directory >
12
- < directory suffix = " .php " >../../app/Exceptions</ directory >
13
- < directory suffix = " .php " >../../app/Http/Controllers</ directory >
14
- < directory suffix = " .php " >../../app/Http/Requests</ directory >
15
- <directory suffix =" .php" >../../app/Providers </directory >
16
- < directory suffix = " .php " >../../app/Seeds</ directory >
17
- < directory suffix = " .php " >../../app/Templates</ directory >
18
- <directory suffix =" .php" >../../app/TestFiles </directory >
19
- </ exclude >
20
- </ coverage >
21
- < testsuites >
22
- < testsuite name = " Application Test Suite " >
23
- <directory suffix =" Test .php" >../Unit </directory >
24
- </ testsuite >
25
- </ testsuites >
26
- < php >
27
- < env name = " APP_ENV " value = " testing " / >
28
- < env name = " CACHE_DRIVER " value = " array " / >
29
- < env name = " QUEUE_DRIVER " value = " sync " / >
30
- </ php >
31
- </phpunit >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" ../../bootstrap/app.php" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd" cacheDirectory = " .phpunit.cache " backupStaticProperties = " false " >
3
+ < testsuites >
4
+ < testsuite name = " Application Test Suite " >
5
+ <directory suffix =" Test .php" >../Unit </directory >
6
+ </ testsuite >
7
+ </ testsuites >
8
+ < php >
9
+ < env name = " APP_ENV " value = " testing " / >
10
+ < env name = " CACHE_DRIVER " value = " array " / >
11
+ < env name = " QUEUE_DRIVER " value = " sync " / >
12
+ </ php >
13
+ < source >
14
+ < include >
15
+ <directory suffix =" .php" >../../app</directory >
16
+ </ include >
17
+ < exclude >
18
+ <directory suffix =" .php" >../../app/Console </directory >
19
+ < directory suffix = " .php " >../../app/Constants</ directory >
20
+ <directory suffix = " .php " >../../app/Domains/*/Http</ directory >
21
+ < directory suffix = " .php " >../../app/Domains/Doc</ directory >
22
+ < directory suffix = " .php " >../../app/Exceptions</ directory >
23
+ <directory suffix =" .php" >../../app/Http/Controllers </directory >
24
+ < directory suffix = " .php " >../../app/Http/Requests</ directory >
25
+ < directory suffix = " .php " >../../app/Providers</ directory >
26
+ < directory suffix = " . php" >../../app/Seeds</ directory >
27
+ < directory suffix = " .php " >../../app/Templates</ directory >
28
+ < directory suffix = " .php " >../../app/TestFiles</ directory >
29
+ </ exclude >
30
+ </ source >
31
+ </phpunit >
0 commit comments