We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcdd9be + ce4af1f commit 8124863Copy full SHA for 8124863
1 file changed
config/scripts/run-wp-env-tests.sh
@@ -155,4 +155,4 @@ npx wp-env run cli \
155
-- env $ENV_PREFIX \
156
php vendor/phpunit/phpunit/phpunit \
157
-c phpunit-wp.xml.dist \
158
- "${PHPUNIT_ARGS[@]}"
+ ${PHPUNIT_ARGS[@]+"${PHPUNIT_ARGS[@]}"}
0 commit comments