Skip to content

Commit

Permalink
Merge pull request #400 from mglaman/tempfix-parent-removed
Browse files Browse the repository at this point in the history
Enable richParserNodeVisitor for tests
  • Loading branch information
mglaman authored May 4, 2022
2 parents 2c72ac6 + eecbfc6 commit 2453a2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: "Install dependencies"
run: "composer update --no-progress --prefer-dist"
- name: "PHPUnit"
run: "php vendor/bin/phpunit --debug"
run: "php vendor/bin/phpunit"

build_integration:
needs:
Expand Down
4 changes: 4 additions & 0 deletions tests/fixtures/config/phpunit-drupal-phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ includes:
- ../../../extension.neon
- ../../../rules.neon
- ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon
# @todo remove after https://github.com/mglaman/phpstan-drupal/issues/399.
conditionalTags:
PhpParser\NodeVisitor\NodeConnectingVisitor:
phpstan.parser.richParserNodeVisitor: true

0 comments on commit 2453a2e

Please sign in to comment.