You are here

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

Same name and namespace in other branches
  1. 8.5 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 22

Class

WebformEntityPrintFunctionalTest
Webform entity print test.

Namespace

Drupal\Tests\webform_entity_print\Functional

Code

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