You are here

public static property FillPdfKernelTestBase::$modules in FillPDF 8.4

Same name and namespace in other branches
  1. 5.0.x tests/src/Kernel/FillPdfKernelTestBase.php \Drupal\Tests\fillpdf\Kernel\FillPdfKernelTestBase::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/FillPdfKernelTestBase.php, line 17

Class

FillPdfKernelTestBase
Base class that can be inherited by FillPDF tests.

Namespace

Drupal\Tests\fillpdf\Kernel

Code

public static $modules = [
  'file',
  'link',
  'token',
  'options',
  'views',
  'serialization',
  'options',
  'fillpdf',
  'fillpdf_test',
];