woocommerce / woocommerce-order-source-attribution

WooCommerce Order Source Attribution helps merchants understand which marketing activities, channels or campaigns are leading to orders in their stores.
https://github.com/woocommerce/woocommerce-order-source-attribution
5 stars 0 forks source link

Add test for WPConsentAPI class. #23

Closed rawdreeg closed 1 year ago

rawdreeg commented 1 year ago

Testing the WPConsentAPI class. I made the following changes:

Checks:

Detailed test instructions:

  1. composer install
  2. bin/install-unit-tests.sh <db-name> <db-user> <db-pass> [db-host] latest latest
  3. vendor/bin/phpunit
  4. The testing steps outlined in #13 should still pass.
budzanowski commented 1 year ago

Left some small notes, nothing blocking really. Approving.

rawdreeg commented 1 year ago

@budzanowski , thanks for the review. I have addressed all the feedback. do you mind having another look?