Skip to content

Commit 0410100

Browse files
committed
Add a test that test/fixtures should be excluded
1 parent 07ed413 commit 0410100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ script:
2424
- composer require mglaman/phpstan-drupal *@dev
2525
- cp $TRAVIS_BUILD_DIR/tests/fixtures/drupal-phpstan.neon phpstan.neon
2626
- ./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
2728

2829
cache:
2930
directories:

0 commit comments

Comments
 (0)