protected property TextareaWebformViewsTest::$webform_submissions_data in Webform Views Integration 8.5
Same name in this branch
- 8.5 tests/src/Kernel/sort/TextareaWebformViewsTest.php \Drupal\Tests\webform_views\Kernel\sort\TextareaWebformViewsTest::webform_submissions_data
- 8.5 tests/src/Kernel/argument/TextareaWebformViewsTest.php \Drupal\Tests\webform_views\Kernel\argument\TextareaWebformViewsTest::webform_submissions_data
- 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/ argument/ TextareaWebformViewsTest.php, line 19
Class
- TextareaWebformViewsTest
- Test 'textarea' webform element as a views argument.
Namespace
Drupal\Tests\webform_views\Kernel\argumentCode
protected $webform_submissions_data = [
[
'element' => 'Submission 1',
],
[
'element' => 'Submission 2',
],
];