You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

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

Class

WebformWizardCustomTest
Tests for webform custom wizard.

Namespace

Drupal\Tests\webform\Functional\Wizard

Code

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