You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Wizard/WebformWizardBasicTest.php, line 19

Class

WebformWizardBasicTest
Tests for webform basic wizard.

Namespace

Drupal\Tests\webform\Functional\Wizard

Code

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