You are here

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

Same name in this branch
  1. 6.x tests/src/Functional/WebformEntityTest.php \Drupal\Tests\webform\Functional\WebformEntityTest::modules
  2. 6.x tests/src/Kernel/Entity/WebformEntityTest.php \Drupal\Tests\webform\Kernel\Entity\WebformEntityTest::modules
Same name and namespace in other branches
  1. 8.5 tests/src/Functional/WebformEntityTest.php \Drupal\Tests\webform\Functional\WebformEntityTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformEntityTest.php, line 19

Class

WebformEntityTest
Tests for webform entity.

Namespace

Drupal\Tests\webform\Functional

Code

public static $modules = [
  'node',
  'webform',
  'webform_test_submissions',
];