You are here

protected property WebformViewsTestBase::$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

File

tests/src/Kernel/WebformViewsTestBase.php, line 41

Class

WebformViewsTestBase
Reasonable starting point for testing integration between webform and views.

Namespace

Drupal\Tests\webform_views\Kernel

Code

protected $webform_submissions_data = [];