You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Wizard/WebformWizardConditionalTest.php, line 20

Class

WebformWizardConditionalTest
Tests for webform conditional wizard.

Namespace

Drupal\Tests\webform\Functional\Wizard

Code

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