Venue

Test report

  1. TEC venue loop config

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

  2. Venue loop type

      can create loop type tec_venue
      returns venues from method get_items()
      venue is an instance of WP_Post

  3. Venue loop item

      loop has next item

  4. Venue fields

      address: Address
      country: Country
      city: City
      state_province: State Province
      state: State
      province: Province
      zip: Zip
      permalink: Permalink
      directions_link: Google Maps link

Total of 4 tests: 1 passed, 3 failed