Skip to content

Commit 565312d

Browse files
authored
tests(phpstan): Fix phpstan problem with finding a phpunit file (#1091)
1 parent 9430021 commit 565312d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ includes:
33
- ../../vendor/mglaman/phpstan-drupal/extension.neon
44

55
parameters:
6+
# PHPStan cannot find files in this test directory automatically.
7+
scanDirectories:
8+
- ../../core/tests/Drupal/Tests
69
level: 1
710
customRulesetUsed: true
811
paths:

0 commit comments

Comments
 (0)