You are here

public static property WebformWizardCustomTest::$modules 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::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformWizardCustomTest
Tests for webform custom wizard.

Namespace

Drupal\Tests\webform\Functional\Wizard

Code

public static $modules = [
  'webform',
  'webform_test_wizard_custom',
];