Skip to content

Commit

Permalink
Update install-wp-tests.sh
Browse files Browse the repository at this point in the history
Change URL woocommerce-subscriptions-for-phpunit
  • Loading branch information
ponddeja authored Oct 30, 2024
1 parent 4a67fb7 commit df676ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install-wp-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ install_dependencies() {
php wp-cli.phar plugin install https://github.com/reepay/reepay-woocommerce-subscriptions/archive/refs/heads/main.zip --activate --force
mv ./wp-content/plugins/reepay-woocommerce-subscriptions ./wp-content/plugins/reepay-subscriptions-for-woocommerce

php wp-cli.phar plugin install https://git.one-pix.com/onepix/woocommerce-subscriptions-for-phpunit/-/archive/main/woocommerce-subscriptions-for-phpunit-main.zip --activate --force
php wp-cli.phar plugin install http://assets.billwerkwoodev.phhw-190202.cust.powerhosting.dk/woocommerce-subscriptions-for-phpunit-main.zip --activate --force
mv ./wp-content/plugins/woocommerce-subscriptions-for-phpunit-main ./wp-content/plugins/woocommerce-subscriptions

php wp-cli.phar plugin list
Expand All @@ -208,4 +208,4 @@ install_dependencies() {
install_wp
install_test_suite
install_db
install_dependencies
install_dependencies

0 comments on commit df676ee

Please sign in to comment.