public static property FillPdfKernelTestBase::$modules in FillPDF 5.0.x
Same name and namespace in other branches
- 8.4 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\KernelCode
public static $modules = [
'file',
'link',
'token',
'options',
'views',
'serialization',
'options',
'fillpdf',
'fillpdf_test',
];