diff --git a/composer.json b/composer.json index 8d16d68..d7df80e 100644 --- a/composer.json +++ b/composer.json @@ -62,8 +62,8 @@ "stan": "./vendor/bin/phpstan", "fix": "./vendor/bin/pint", "test": [ - "sed -i '' 's/function dump(/function xdump(/g' tests/kirby/config/helpers.php", - "sed -i '' 's/function e(/function xe(/g' tests/kirby/config/helpers.php", + "sed -i '' 's/function dump(/function xdump(/g' ./tests/kirby/config/helpers.php", + "sed -i '' 's/function e(/function xe(/g' ./tests/kirby/config/helpers.php", "./vendor/bin/pest" ], "dist": [