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 07ed413 + c1536b7 commit 7e7d1f3Copy full SHA for 7e7d1f3
.travis.yml
@@ -24,6 +24,7 @@ script:
24
- composer require mglaman/phpstan-drupal *@dev
25
- cp $TRAVIS_BUILD_DIR/tests/fixtures/drupal-phpstan.neon phpstan.neon
26
- ./vendor/bin/phpstan analyze web/core/install.php
27
+ - ./vendor/bin/phpstan analyze web/core/modules/migrate_drupal --no-progress | grep -q "tests/fixtures" && echo 1 || echo 0
28
29
cache:
30
directories:
extension.neon
@@ -1,6 +1,7 @@
1
parameters:
2
excludes_analyse:
3
- *.api.php
4
+ - */tests/fixtures/*.php
5
bootstrap: %rootDir%/../../mglaman/phpstan-drupal/phpstan-bootstrap.php
6
fileExtensions:
7
- module
0 commit comments