You are here

public static property WebformEntityPrintFunctionalTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_entity_print/tests/src/Functional/WebformEntityPrintFunctionalTest.php \Drupal\Tests\webform_entity_print\Functional\WebformEntityPrintFunctionalTest::modules

Modules to enable.

Type: array

Overrides WebformEntityPrintFunctionalTestBase::$modules

File

modules/webform_entity_print/tests/src/Functional/WebformEntityPrintFunctionalTest.php, line 21

Class

WebformEntityPrintFunctionalTest
Webform entity print test.

Namespace

Drupal\Tests\webform_entity_print\Functional

Code

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