You are here

public static property WebformEntityPrintAttachmentFunctionalTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformEntityPrintFunctionalTestBase::$modules

File

modules/webform_entity_print_attachment/tests/src/Functional/WebformEntityPrintAttachmentFunctionalTest.php, line 18

Class

WebformEntityPrintAttachmentFunctionalTest
Webform entity print attachment test.

Namespace

Drupal\Tests\webform_entity_print_attachment\Functional

Code

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