You are here

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

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

Modules to install.

Type: array

Overrides MediaKernelTestBase::$modules

File

tests/src/Kernel/MediaTest.php, line 23

Class

MediaTest
Class MediaTests

Namespace

Drupal\Tests\scheduled_publish\Kernel

Code

public static $modules = [
  'media',
  'file',
  'image',
  'taxonomy',
  'scheduled_publish',
  'content_moderation',
  'workflows',
  'datetime',
  'media_test_source',
];