You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Form/WebformFormValidateTest.php, line 27

Class

WebformFormValidateTest
Tests for webform form validation.

Namespace

Drupal\Tests\webform\Functional\Form

Code

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