Skip to content

Commit 799ce8a

Browse files
committed
Ignore phpstan errors from missing test framework classes
1 parent 1ce9489 commit 799ce8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ parameters:
33
paths:
44
- src
55
- tests
6+
ignoreErrors:
7+
- '#(class|type) Magento\\TestFramework#i'
68
bootstrapFiles:
79
- vendor/bitexpert/phpstan-magento/autoload.php
810
magento:

0 commit comments

Comments
 (0)