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.
test/fixtures
1 parent 07ed413 commit 0410100Copy full SHA for 0410100
.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:
0 commit comments