We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddbba0 commit 1908a05Copy full SHA for 1908a05
composer.json
@@ -83,8 +83,8 @@
83
"ci:tests": [
84
"@ci:tests:unit"
85
],
86
- "ci:tests:sof": "\"./vendor/bin/phpunit\" --stop-on-failure --do-not-cache-result",
87
- "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",
88
"fix:php": [
89
"@fix:php:fixer",
90
"@fix:php:rector"
0 commit comments