Merge pull request #8646 from kenjis/add-phpstan-check-tests

chore: add PHPStan checking to tests/
This commit is contained in:
kenjis 2024-03-26 08:21:21 +09:00 committed by GitHub
commit 114f3ce79c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12567 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@ parameters:
- admin/starter/tests
- app
- system
- tests
- utils/PHPStan
excludePaths:
- app/Views/errors/cli/*
@ -27,6 +28,7 @@ parameters:
- system/Test/Filters/CITestStreamFilter.php
- system/ThirdParty/*
- system/Validation/Views/single.php
- tests/system/View/Views/*
scanDirectories:
- system/Helpers
checkGenericClassInNonGenericObjectType: false