You are here

public static property CommonTest::$modules in Scheduled Publish 8

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

tests/src/Kernel/CommonTest.php, line 24

Class

CommonTest
Class CommonTest

Namespace

Drupal\Tests\scheduled_publish\Kernel

Code

public static $modules = [
  'node',
  'taxonomy',
  'scheduled_publish',
  'content_moderation',
  'workflows',
  'ultimate_cron',
  'datetime',
];