You are here

public static property TomeStaticCronTest::$modules in Tome 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

modules/tome_static/modules/tome_static_cron/tests/src/Functional/TomeStaticCronTest.php, line 28

Class

TomeStaticCronTest
Tests the functionality of Tome Static Cron.

Namespace

Drupal\Tests\tome_static_cron\Functional

Code

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