1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

update tests

This commit is contained in:
Ivan Chaplygin 2024-08-29 18:16:56 +03:00
parent 43e2357409
commit dcb879dca5

View file

@ -47,6 +47,8 @@ install_wp() {
download https://wordpress.org/${ARCHIVE_NAME}.tar.gz /tmp/wordpress.tar.gz
tar --strip-components=1 -zxmf /tmp/wordpress.tar.gz -C $WP_CORE_DIR
download https://raw.github.com/markoheijnen/wp-mysqli/master/db.php $WP_CORE_DIR/wp-content/db.php
mkdir -p $WP_CORE_DIR/wp-content/plugins/woo-retailcrm/assets/default
cp /code/src/assets/default/default_meta_fields.txt $WP_CORE_DIR/wp-content/plugins/woo-retailcrm/assets/default/
}
install_woocommerce() {
@ -105,4 +107,4 @@ install_db() {
install_wp
install_test_suite
install_woocommerce
install_db
install_db