Customer

Test report

  1. EDD customer loop config

      exists as loop type edd_customer
      has property "name"
      has property "title"
      has property "category"
      has property "description"
      has property "query_args"
      has property "fields"

  2. Customer loop type

      can create loop type edd_customer
      returns customers from method get_items()
      customer is an object

  3. Customer loop item

      loop has next item
      loops every item
      loop can be reset
      has current item

  4. Customer fields

      Customer ID
      Customer User ID
      Customer name
      Customer email
      Number of purchases
      Total amount spent on purchases
      Date when customer was created
      Payment IDs

All 4 tests passed