You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformLibrariesTest.php, line 17

Class

WebformLibrariesTest
Tests for webform libraries.

Namespace

Drupal\Tests\webform\Functional

Code

public static $modules = [
  'webform_ui',
];