You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

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

Class

WebformWizardLinksTest
Tests for webform wizard progress and preview links.

Namespace

Drupal\Tests\webform\Functional\Wizard

Code

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