You are here

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

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

Modules to enable.

Type: array

Overrides WebformNodeBrowserTestBase::$modules

File

modules/webform_node/tests/src/Functional/WebformNodeTranslationTest.php, line 17

Class

WebformNodeTranslationTest
Tests for webform node translation.

Namespace

Drupal\Tests\webform_node\Functional

Code

public static $modules = [
  'webform',
  'webform_node',
  'webform_node_test_translation',
];