File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ parameters:
6
6
paths:
7
7
- src
8
8
- config
9
- - database
9
+ - tests/ database
10
10
tmpDir: build/phpstan
11
11
checkOctaneCompatibility: true
12
12
checkModelProperties: true
13
+ ignoreErrors:
14
+ - '#Unsafe usage of new static#'
Original file line number Diff line number Diff line change 16
16
backupStaticProperties =" false"
17
17
>
18
18
<testsuites >
19
- <testsuite name =" Foxws Test Suite " >
19
+ <testsuite name =" main " >
20
20
<directory >tests</directory >
21
21
</testsuite >
22
22
</testsuites >
23
+ <coverage >
24
+ <report >
25
+ <html outputDirectory =" build/coverage" />
26
+ <text outputFile =" build/coverage.txt" />
27
+ <clover outputFile =" build/logs/clover.xml" />
28
+ </report >
29
+ </coverage >
23
30
<logging >
24
31
<junit outputFile =" build/report.junit.xml" />
25
32
</logging >
28
35
<directory suffix =" .php" >./src</directory >
29
36
</include >
30
37
</source >
38
+ <php >
39
+ <env name =" APP_KEY" value =" base64:+vhxltaNPPQSllGUEjOe2QnO8xaLyfnbttaq07A6k68=" />
40
+ <env name =" CACHE_STORE" value =" redis" />
41
+ <env name =" SESSION_DRIVER" value =" redis" />
42
+ </php >
31
43
</phpunit >
You can’t perform that action at this time.
0 commit comments