Entry

Test report

  1. Entry loop config

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

  2. GF Entry loop type

      can create loop type gravity_form_entry
      returns entrys from method get_items()

  3. GF Entry loop item

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

  4. GF Entry fields

      ID
      form_name
      form_id

  5. GF Entry logic

      please login

  6. Entry subloops

      entry fields subloop returns a Loop
      entry fields subloop returns number of items correctly
      entry lfields subloop returns correct lessons

  7. Entry query args

      Filtering by 'form_id' query argument returns corresponding entrys

Total of 7 tests: 6 passed, 1 failed