remove language option from profanity composer script

This commit is contained in:
JonPurvis
2025-06-14 21:36:39 +01:00
parent 5d2aafd2a3
commit dd44ac4195

View File

@ -75,7 +75,7 @@
"lint": "pint", "lint": "pint",
"test:refacto": "rector --dry-run", "test:refacto": "rector --dry-run",
"test:lint": "pint --test", "test:lint": "pint --test",
"test:profanity": "php bin/pest --profanity --compact --language=en", "test:profanity": "php bin/pest --profanity --compact",
"test:type:check": "phpstan analyse --ansi --memory-limit=-1 --debug", "test:type:check": "phpstan analyse --ansi --memory-limit=-1 --debug",
"test:type:coverage": "php -d memory_limit=-1 bin/pest --type-coverage --min=100", "test:type:coverage": "php -d memory_limit=-1 bin/pest --type-coverage --min=100",
"test:unit": "php bin/pest --exclude-group=integration --compact", "test:unit": "php bin/pest --exclude-group=integration --compact",