File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit backupGlobals =" false"
3
- backupStaticAttributes =" false"
4
3
beStrictAboutTestsThatDoNotTestAnything =" false"
5
4
bootstrap =" tests/bootstrap.php"
6
5
colors =" true"
7
- convertDeprecationsToExceptions =" true"
8
- convertErrorsToExceptions =" true"
9
- convertNoticesToExceptions =" true"
10
- convertWarningsToExceptions =" true"
11
6
processIsolation =" false"
12
7
stopOnFailure =" false"
8
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd"
13
10
>
14
11
<testsuites >
15
12
<testsuite name =" Package Test Suite" >
16
13
<directory suffix =" Test.php" >./tests/</directory >
17
14
</testsuite >
18
15
</testsuites >
19
- <coverage >
16
+
17
+ <source >
20
18
<include >
21
19
<directory suffix =" .php" >src/</directory >
22
20
</include >
21
+ </source >
22
+
23
+ <coverage >
24
+ <report >
25
+ <clover outputFile =" ./build/logs/clover.xml" />
26
+ <html outputDirectory =" ./build/coverage" />
27
+ </report >
23
28
</coverage >
24
29
<php >
25
- <env name =" DB_HOST" value =" localhost " />
30
+ <env name =" DB_HOST" value =" db " />
26
31
</php >
27
32
</phpunit >
You can’t perform that action at this time.
0 commit comments