Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 19, 2024
1 parent 8d8b61d commit 758e98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"tests-deprecated": [
"Composer\\Config::disableProcessTimeout",
"vendor/bin/reset-shop",
"XDEBUG_MODE=coverage vendor/bin/runtests --coverage-clover=/tests/Reports/coverage_deprecated_tests.xml AllTestsUnit | tee "tests/Output/deprecated_tests.txt" 2>&1"
"XDEBUG_MODE=coverage vendor/bin/runtests --coverage-clover=/tests/Reports/coverage_deprecated_tests.xml AllTestsUnit 2>&1 | tee 'tests/Output/deprecated_tests.txt'"
],

"tests-all": [
Expand Down

0 comments on commit 758e98a

Please sign in to comment.