update tests
This commit is contained in:
parent
43e2357409
commit
dcb879dca5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue