woocommerce / woocommerce-admin

(Deprecated) This plugin has been merged to woocommerce/woocommerce
https://woocommerce.github.io/woocommerce-admin/#/
Other
360 stars 145 forks source link

Allow CLI environments to run the install routines #8488

Closed moon0326 closed 2 years ago

moon0326 commented 2 years ago

Fixes #8487

This PR adds defined('WP_CLI'); check to allow CLI environments to run the WCA install routines.

Detailed test instructions:

  1. Check out this branch
  2. Follow this guide to setup the WC e2e environment.
  3. Open plugins/woocommerce/packages/woocommerce-admin/src-internal/Install.php and apply the change in this PR.
  4. cd to plugins/woocommerce and run the following command.
BASE_URL=http://localhost:8084/ USER_KEY=admin USER_SECRET=password pnpm wc-api-tests test api

The test should pass.

no changelog