You are here

public static property NodeTest::$modules in Scheduled Publish 8.3

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/NodeTest.php \Drupal\Tests\scheduled_publish\Kernel\NodeTest::modules

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

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

Class

NodeTest
Class NodeTests

Namespace

Drupal\Tests\scheduled_publish\Kernel

Code

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