You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/WebformSubmissionApiTest.php, line 22

Class

WebformSubmissionApiTest
Tests for webform submission API.

Namespace

Drupal\Tests\webform\Functional

Code

protected static $testWebforms = [
  'test_form_wizard_advanced',
  'test_form_limit',
];