Skip to content

Commit f36f999

Browse files
committed
chore: add phpstan check to tests/
1 parent 7109931 commit f36f999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ parameters:
1616
paths:
1717
- app
1818
- system
19+
- tests
1920
- utils/PHPStan
2021
excludePaths:
2122
- app/Views/errors/cli/*
@@ -26,6 +27,7 @@ parameters:
2627
- system/Test/Filters/CITestStreamFilter.php
2728
- system/ThirdParty/*
2829
- system/Validation/Views/single.php
30+
- tests/system/View/Views/*
2931
scanDirectories:
3032
- system/Helpers
3133
checkGenericClassInNonGenericObjectType: false

0 commit comments

Comments
 (0)