Print info about installed plugins in tests bootstrap

[MAILPOET-3482]
This commit is contained in:
Rostislav Wolny
2021-04-21 10:54:27 +02:00
committed by Veljko V
parent 940f03d9e8
commit e2683fc5c0

View File

@ -97,6 +97,10 @@ sed -i "s/define( *'WP_DEBUG', false *);/$CONFIG/" /wp-core/wp-config.php
wp plugin activate woocommerce
wp plugin activate woocommerce-subscriptions
# print info about installed plugins
wp plugin get woocommerce
wp plugin get woocommerce-subscriptions
# activate MailPoet
wp plugin activate mailpoet/mailpoet.php