You are here

public static property ViewsRendererTest::$modules in Entity Print 8.2

An array of modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

modules/entity_print_views/tests/src/Kernel/ViewsRendererTest.php, line 21

Class

ViewsRendererTest
Views renderer test.

Namespace

Drupal\Tests\entity_print_views\Kernel

Code

public static $modules = [
  'system',
  'user',
  'views',
  'node',
  'filter',
  'entity_print',
  'entity_print_views',
  'entity_print_views_test_views',
];