chore: fixes tests

This commit is contained in:
Nuno Maduro
2021-11-27 19:41:50 +00:00
parent 52314a4928
commit 7a0e841a0d
2 changed files with 3 additions and 2 deletions

View File

@ -60,8 +60,8 @@
"bin/pest"
],
"scripts": {
"lint": "php-cs-fixer fix -v",
"test:lint": "php-cs-fixer fix -v --dry-run",
"lint": "PHP_CS_FIXER_IGNORE_ENV=true php-cs-fixer fix -v",
"test:lint": "PHP_CS_FIXER_IGNORE_ENV=true php-cs-fixer fix -v --dry-run",
"test:types": "phpstan analyse --ansi --memory-limit=-1 --debug",
"test:unit": "php bin/pest --colors=always --exclude-group=integration",
"test:parallel": "exit 1",