Enforce direct FS_METHOD in tests to avoid FTP credentials issues

[MAILPOET-6244]
This commit is contained in:
Rostislav Wolny
2024-11-20 17:00:34 +01:00
committed by Ján Mikláš
parent a59c93f811
commit 7781f46fcb

View File

@ -168,6 +168,7 @@ wp config set WP_DEBUG_LOG true --raw
wp config set COOKIE_DOMAIN \$_SERVER[\'HTTP_HOST\'] --raw
wp config set DISABLE_WP_CRON true --raw
wp config set MAILPOET_USE_CDN false --raw
wp config set FS_METHOD \'direct\' --raw
# activate theme
wp theme install twentytwentyone --activate