You are here

public static property PrintableBlockTest::$modules in Printer and PDF versions for Drupal 8+ 2.x

Same name and namespace in other branches
  1. 8 src/Tests/PrintableBlockTest.php \Drupal\printable\Tests\PrintableBlockTest::modules

Modules to install.

Type: array

Overrides NodeTestBase::$modules

File

src/Tests/PrintableBlockTest.php, line 27

Class

PrintableBlockTest
Tests the blocks present in printable module.

Namespace

Drupal\printable\Tests

Code

public static $modules = [
  'printable',
  'block',
  'views',
];