Skip to content

Commit b6f3af6

Browse files
committed
[CI] exclude all functional tests from phpstan
1 parent 96f0c97 commit b6f3af6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

phpstan.neon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ parameters:
66
excludePaths:
77
# This file fails mysteriously in github action
88
# All methods from parent Assert are reported as missing
9-
- Tests/Functional/Command/CreateSnapshotCommandTest.php
10-
- Tests/Functional/Command/DiffCommandTest.php
9+
- Tests/Functional/*
1110
treatPhpDocTypesAsCertain: false
1211
scanDirectories:
1312
- .build/vendor/

0 commit comments

Comments
 (0)