You are here

public static property WebformNodeUninstallTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_node/tests/src/Kernel/WebformNodeUninstallTest.php \Drupal\Tests\webform_node\Kernel\WebformNodeUninstallTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

modules/webform_node/tests/src/Kernel/WebformNodeUninstallTest.php, line 24

Class

WebformNodeUninstallTest
Tests if webform nodes exist.

Namespace

Drupal\Tests\webform_node\Kernel

Code

public static $modules = [
  'system',
  'field',
  'filter',
  'text',
  'user',
  'node',
  'webform',
  'webform_node',
];