You are here

protected static property WebformSubmissionLogTest::$testWebforms in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_submission_log/tests/src/Functional/WebformSubmissionLogTest.php \Drupal\Tests\webform_submission_log\Functional\WebformSubmissionLogTest::testWebforms

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

modules/webform_submission_log/tests/src/Functional/WebformSubmissionLogTest.php, line 31

Class

WebformSubmissionLogTest
Tests for webform submission log.

Namespace

Drupal\Tests\webform_submission_log\Functional

Code

protected static $testWebforms = [
  'test_submission_log',
];