You are here

public static property EntityPrintTest::$modules in Entity Print 8

Modules to enable.

Type: array

File

src/Tests/EntityPrintTest.php, line 20

Class

EntityPrintTest
Entity Print tests.

Namespace

Drupal\entity_print\Tests

Code

public static $modules = [
  'node',
  'entity_print_test',
];