Skip to content

Commit ec9aa27

Browse files
committed
baseline phpunit
1 parent df9ce5f commit ec9aa27

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.phpstan.dist.phpunit.neon

+12-1
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,26 @@ parameters:
77
- errors
88
- tests/unit
99
tmpDir: .phpstan.phpunit.cache
10-
level: 6
10+
level: 7
1111
ignoreErrors:
12+
-
13+
message: '#^Cannot call method [a-zA-Z0-9]+\(\) on Mage_Core_Block_Abstract\|false.#'
1214
-
1315
identifier: missingType.iterableValue
1416
-
1517
identifier: phpunit.coversMethod
18+
-
19+
identifier: argument.type
20+
path: tests/unit/Mage/Reports/Model/Resource/Report/CollectionTest.php
21+
-
22+
identifier: argument.type
23+
path: errors/processor.php
1624
-
1725
identifier: missingType.parameter
1826
path: errors/processor.php
1927
-
2028
identifier: missingType.return
2129
path: errors/processor.php
30+
-
31+
identifier: return.type
32+
path: errors/processor.php

0 commit comments

Comments
 (0)