We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c72ac6 + eecbfc6 commit 2453a2eCopy full SHA for 2453a2e
.github/workflows/php.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: "Install dependencies"
75
run: "composer update --no-progress --prefer-dist"
76
- name: "PHPUnit"
77
- run: "php vendor/bin/phpunit --debug"
+ run: "php vendor/bin/phpunit"
78
79
build_integration:
80
needs:
tests/fixtures/config/phpunit-drupal-phpstan.neon
@@ -17,3 +17,7 @@ includes:
17
- ../../../extension.neon
18
- ../../../rules.neon
19
- ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon
20
+# @todo remove after https://github.com/mglaman/phpstan-drupal/issues/399.
21
+conditionalTags:
22
+ PhpParser\NodeVisitor\NodeConnectingVisitor:
23
+ phpstan.parser.richParserNodeVisitor: true
0 commit comments