You are here

public static property FormatterTest::$modules in Scheduled Publish 8.2

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

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

tests/src/Kernel/FormatterTest.php, line 25

Class

FormatterTest
Class FormatterTest

Namespace

Drupal\Tests\scheduled_publish\Kernel

Code

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