File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change 3
3
xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5/phpunit.xsd"
4
4
backupGlobals =" false"
5
5
backupStaticAttributes =" false"
6
- beStrictAboutCoversAnnotation =" true"
7
- beStrictAboutOutputDuringTests =" true"
8
- beStrictAboutTodoAnnotatedTests =" true"
9
6
bootstrap =" vendor/autoload.php"
10
- cacheResultFile =" .phpunit.cache/test-results"
11
7
colors =" true"
12
8
convertErrorsToExceptions =" true"
13
9
convertNoticesToExceptions =" true"
14
10
convertWarningsToExceptions =" true"
15
- executionOrder =" depends,defects"
16
- failOnRisky =" true"
17
- failOnWarning =" true"
18
11
forceCoversAnnotation =" false"
19
12
stopOnError =" false"
20
13
stopOnFailure =" false"
21
- stopOnIncomplete =" false"
22
- stopOnRisky =" false"
23
- stopOnSkipped =" false"
24
- verbose =" false"
14
+ verbose =" true"
25
15
>
26
16
<php >
27
17
<env name =" APP_KEY" value =" AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
28
18
</php >
29
19
<testsuites >
30
20
<testsuite name =" default" >
31
- <directory suffix =" Test.php" >tests</directory >
21
+ <directory suffix =" Test.php" >./ tests</directory >
32
22
</testsuite >
33
23
</testsuites >
34
-
35
- <coverage
36
- cacheDirectory =" .phpunit.cache/code-coverage"
37
- processUncoveredFiles =" true" >
38
- <include >
39
- <directory suffix =" .php" >src</directory >
40
- </include >
41
- </coverage >
24
+ <logging >
25
+ <log type =" coverage-clover" target =" build/logs/clover.xml" />
26
+ <log type =" coverage-text" target =" build/logs/coverage.txt" />
27
+ <log type =" coverage-html" target =" build/logs/coverage" />
28
+ </logging >
42
29
</phpunit >
You can’t perform that action at this time.
0 commit comments