You are here

protected static property WebformWizardBasicJavaScriptTest::$testWebforms in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/FunctionalJavascript/Wizard/WebformWizardBasicJavaScriptTest.php \Drupal\Tests\webform\FunctionalJavascript\Wizard\WebformWizardBasicJavaScriptTest::testWebforms

Webforms to load.

Type: array

Overrides WebformWebDriverTestBase::$testWebforms

File

tests/src/FunctionalJavascript/Wizard/WebformWizardBasicJavaScriptTest.php, line 20

Class

WebformWizardBasicJavaScriptTest
Tests for webform basic wizard.

Namespace

Drupal\Tests\webform\FunctionalJavascript\Wizard

Code

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