You are here

public static property WebformEntityTranslationTest::$modules in Webform 6.x

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformEntityTranslationTest.php, line 20

Class

WebformEntityTranslationTest
Tests for webform translation.

Namespace

Drupal\Tests\webform\Functional

Code

public static $modules = [
  'block',
  'filter',
  'webform',
  'webform_ui',
  'webform_test_translation',
];