You are here

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

Same name in this branch
  1. 8.5 tests/src/Kernel/sort/TextareaWebformViewsTest.php \Drupal\Tests\webform_views\Kernel\sort\TextareaWebformViewsTest::webform_submissions_data
  2. 8.5 tests/src/Kernel/argument/TextareaWebformViewsTest.php \Drupal\Tests\webform_views\Kernel\argument\TextareaWebformViewsTest::webform_submissions_data
  3. 8.5 tests/src/Kernel/field/TextareaWebformViewsTest.php \Drupal\Tests\webform_views\Kernel\field\TextareaWebformViewsTest::webform_submissions_data

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/field/TextareaWebformViewsTest.php, line 19

Class

TextareaWebformViewsTest
Test 'textarea' webform element as a views field.

Namespace

Drupal\Tests\webform_views\Kernel\field

Code

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