Tax rate

Test report

  1. Edd tax rate loop config

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

  2. Tax rate loop type

      can create loop type edd_tax_rate
      returns tax rates from method get_items()
      tax rate is an array

  3. Tax rate loop item

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

  4. Tax rate fields

      Tax rate percent
      Country
      Country state

All 4 tests passed