Merge pull request #1408 from JonPurvis/remove-language-option

[4.x] Remove Language Option from Profanity Composer Script
This commit is contained in:
nuno maduro
2025-07-14 10:37:14 +01:00
committed by GitHub

View File

@ -76,7 +76,7 @@
"lint": "pint --parallel",
"test:refacto": "rector --dry-run",
"test:lint": "pint --parallel --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:coverage": "php -d memory_limit=-1 bin/pest --type-coverage --min=100",
"test:unit": "php bin/pest --exclude-group=integration --compact",