Skip to content

Commit

Permalink
add PHP_CS_FIXER_IGNORE_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbolino committed Dec 11, 2022
1 parent a8d11d1 commit 580d1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ PHAN_DISABLE_XDEBUG_WARN=1 ./vendor/bin/phan --no-progress-bar

XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text --colors=never

./vendor/bin/php-cs-fixer fix --dry-run
PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --dry-run

echo 'all tests passed!'

0 comments on commit 580d1ec

Please sign in to comment.