You are here

public static property KernelTestBase::$modules in Video Embed Field 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/KernelTestBase.php, line 34

Class

KernelTestBase
A kernel test base.

Namespace

Drupal\Tests\video_embed_field\Kernel

Code

public static $modules = [
  'user',
  'system',
  'field',
  'text',
  'entity_test',
  'field_test',
  'video_embed_field',
  'image',
];