You are here

protected property EntityAutocompleteWebformViewsTest::$webform_submissions_data in Webform Views Integration 8.5

A list of webform submissions data to submit into the webform.

Each sub array represents a single webform submission and its content will be used as 'data' property of the webform submission.

Type: array

Overrides WebformViewsTestBase::$webform_submissions_data

File

tests/src/Kernel/relationship/EntityAutocompleteWebformViewsTest.php, line 14

Class

EntityAutocompleteWebformViewsTest
Test relationship of 'entity_autocomplete' webform element.

Namespace

Drupal\Tests\webform_views\Kernel\relationship

Code

protected $webform_submissions_data = [
  [
    'element' => 1,
  ],
];