Product Review

Test report

  1. Product Review loop config

      exists as loop type woo_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 woo_product_review
      returns Product Reviews from method get_items()
      returns an instance of WooCommerce Product Review

  3. Product Review loop item

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

  4. Product Review fields

      ID
      Product ID
      Rating

  5. Product Review query args

All 5 tests passed