Skip to content

Commit

Permalink
fix: psalm command to run. psalm -> psalm.phar
Browse files Browse the repository at this point in the history
vimeo/psalm -> ./vendor/bin/psalm
psalm/phar -> ./vendor/bin/psalm.phar

- REF: psalm/phar#1
  • Loading branch information
KEINOS committed Mar 15, 2020
1 parent ca49455 commit e17cde1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function isInstalledRequirements () {
isInstalledPakcage phan && \
isInstalledPakcage php-coveralls && \
isInstalledPakcage phpstan && \
isInstalledPakcage psalm && {
isInstalledPakcage psalm.phar && {
return 0
}

Expand Down Expand Up @@ -203,7 +203,7 @@ if [ $? -eq 0 ];
fi

echoTitle 'TEST: PSalm (w/ alter and issue=all option)'
./vendor/bin/psalm \
./vendor/bin/psalm.phar \
--config=./tests/conf/psalm.xml \
--root ./src \
--alter \
Expand Down

0 comments on commit e17cde1

Please sign in to comment.