forked from paratestphp/paratest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
26 lines (22 loc) · 1.57 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parameters:
ignoreErrors:
-
message: "#^Parameter \\#2 \\$phpunit of class ParaTest\\\\Options constructor expects non\\-empty\\-string, string given\\.$#"
count: 1
path: src/Options.php
-
message: "#^Parameter \\#7 \\$phpunitOptions of class ParaTest\\\\Options constructor expects array\\<non\\-empty\\-string, non\\-empty\\-string\\|true\\>, array\\<'bootstrap'\\|'cache\\-directory'\\|'configuration'\\|'coverage\\-filter'\\|'disallow\\-test\\-output'\\|'dont\\-report\\-useless…'\\|'exclude\\-group'\\|'fail\\-on\\-incomplete'\\|'fail\\-on\\-risky'\\|'fail\\-on\\-skipped'\\|'fail\\-on\\-warning'\\|'filter'\\|'group'\\|'no\\-configuration'\\|'order\\-by'\\|'process\\-isolation'\\|'random\\-order\\-seed'\\|'stop\\-on\\-defect'\\|'stop\\-on\\-error'\\|'stop\\-on\\-incomplete'\\|'stop\\-on\\-risky'\\|'stop\\-on\\-skipped'\\|'stop\\-on\\-warning'\\|'strict\\-coverage'\\|'strict\\-global\\-state', non\\-empty\\-array\\|float\\|int\\<min, \\-1\\>\\|int\\<1, max\\>\\|non\\-falsy\\-string\\|true\\> given\\.$#"
count: 1
path: src/Options.php
-
message: "#^Part \\$value \\(array\\|float\\|int\\|string\\) of encapsed string cannot be cast to string\\.$#"
count: 1
path: src/Options.php
-
message: "#^Property ParaTest\\\\WrapperRunner\\\\SuiteLoader\\:\\:\\$files \\(array\\<int, non\\-empty\\-string\\>\\) does not accept array\\<int, int\\|string\\>\\.$#"
count: 1
path: src/WrapperRunner/SuiteLoader.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: test/Unit/WrapperRunner/WrapperRunnerTest.php