Entry Field

Test report

  1. Entry Field loop config

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

  2. GF Entry Field loop type

      can create loop type gravity_form_entry_fields
      returns entry_fields from method get_items()

  3. GF Entry Field loop item

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

  4. GF Entry Field fields

      id
      label
      type
      is_addon

All 4 tests passed