Add WooCommerce plugin to acceptance tests

[MAILPOET-1936]
This commit is contained in:
Rostislav Wolny
2019-03-19 16:59:37 +01:00
committed by M. Shull
parent 36ba91335d
commit 3c41b671ed
3 changed files with 453 additions and 17 deletions

View File

@@ -56,6 +56,9 @@ RewriteRule . index.php [L]
" > .htaccess
fi
echo "Installing WooCommerce"
wp plugin install woocommerce --allow-root
else
if [ -z "${MULTISITE}" ] && $(wp-su core is-installed --network)