diff --git a/composer.json b/composer.json index a7fa3aa7..7f22c1c5 100644 --- a/composer.json +++ b/composer.json @@ -490,8 +490,8 @@ "squizlabs/php_codesniffer": "^4.0" }, "scripts": { - "test": "pest -c phpunit.xml --parallel --exclude-group=integration-destructive", - "test:all": "pest -c phpunit.xml --parallel", + "test": "php -d memory_limit=2G vendor/bin/pest -c phpunit.xml --parallel --exclude-group=integration-destructive", + "test:all": "php -d memory_limit=2G vendor/bin/pest -c phpunit.xml --parallel", "cs:check": "phpcs --standard=phpcs.xml", "cs:fix": [ "php-cs-fixer fix --config=.php-cs-fixer.php",