You are here

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

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

Modules to install.

Type: array

Overrides NodeTestBase::$modules

File

src/Tests/PrintablePageTest.php, line 19

Class

PrintablePageTest
Tests the printable module functionality.

Namespace

Drupal\printable\Tests

Code

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