You are here

public static property PrintablePdfTest::$modules in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x src/Tests/PrintablePdfTest.php \Drupal\printable\Tests\PrintablePdfTest::modules

Modules to install.

Type: array

Overrides NodeTestBase::$modules

File

src/Tests/PrintablePdfTest.php, line 25

Class

PrintablePdfTest
Tests the printable_pdf module functionality.

Namespace

Drupal\printable\Tests

Code

public static $modules = [
  'printable',
  'printable_pdf',
  'pdf_api',
  'node_test_exception',
  'dblog',
  'system',
];