diff --git a/composer.json b/composer.json index f4604a4c..8a55b645 100644 --- a/composer.json +++ b/composer.json @@ -83,8 +83,8 @@ "ci:tests": [ "@ci:tests:unit" ], - "ci:tests:sof": "\"./vendor/bin/phpunit\" --stop-on-failure --do-not-cache-result", - "ci:tests:unit": "\"./vendor/bin/phpunit\" --do-not-cache-result", + "ci:tests:sof": "phpunit --stop-on-failure --do-not-cache-result", + "ci:tests:unit": "phpunit --do-not-cache-result", "fix:php": [ "@fix:php:fixer", "@fix:php:rector"