Cart

Test report

  1. EDD cart loop config

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

  2. Cart loop type

      can create loop type edd_cart
      returns carts from method get_items()
      cart item is an array

  3. Cart loop item

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

  4. Cart fields

      Product / Download id
      Cart options; contains keys `period`, `times`, `signup_fee` and `trial_period`
      Quantity

All 4 tests passed