You are here

public static property TomeStaticGeneratorFormTest::$modules in Tome 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

modules/tome_static/tests/src/Functional/TomeStaticGeneratorFormTest.php, line 28

Class

TomeStaticGeneratorFormTest
Tests the functionality of the Tome Static form.

Namespace

Drupal\Tests\tome_static\Functional

Code

public static $modules = [
  'tome_static',
  'image',
  'node',
];