You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Wizard/WebformWizardValidateTest.php, line 24

Class

WebformWizardValidateTest
Tests for webform wizard validation.

Namespace

Drupal\Tests\webform\Functional\Wizard

Code

protected static $testWebforms = [
  'test_form_wizard_validate',
  'test_form_wizard_validate_comp',
];