Product Review

Test report

  1. Edd product review loop config

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

  2. Product review loop type

      can create loop type edd_product_review
      returns reviews from method get_items()
      product review is an instance of WP_Comment

  3. Product review loop item

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

  4. Product review fields

      Comment id
      Product id
      Author name
      Author email
      Author url
      Author ip
      Comment date
      Comment date gmt
      Comment content
      Comment Karma
      Review rating

All 4 tests passed