From dcb879dca5c53450ebadb566eb24dc2599feecd5 Mon Sep 17 00:00:00 2001 From: Ivan Chaplygin Date: Thu, 29 Aug 2024 18:16:56 +0300 Subject: [PATCH] update tests --- tests/bin/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/bin/install.sh b/tests/bin/install.sh index 15378f8..5be11ad 100644 --- a/tests/bin/install.sh +++ b/tests/bin/install.sh @@ -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 \ No newline at end of file +install_db