You are here

protected property EntityFieldQueryViewsTestBase::$instances in EntityFieldQuery Views Backend 8

File

src/Tests/EntityFieldQueryViewsTestBase.php, line 31
Tests for EFQ Views query features.

Class

EntityFieldQueryViewsTestBase
Abstract class for EFQ views testing.

Namespace

Drupal\efq_views\Tests

Code

protected $instances = array(
  array(
    'field_name' => 'field_boolean',
    'entity_type' => 'efq_views_test',
    'bundle' => 'bundle1',
    'label' => 'field boolean',
  ),
);