You are here

public static property FilterTest::$modules in Video Embed Field 8.2

Same name and namespace in other branches
  1. 8 modules/video_embed_wysiwyg/tests/src/Kernel/FilterTest.php \Drupal\Tests\video_embed_wysiwyg\Kernel\FilterTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

modules/video_embed_wysiwyg/tests/src/Kernel/FilterTest.php, line 20

Class

FilterTest
A test for the filter.

Namespace

Drupal\Tests\video_embed_wysiwyg\Kernel

Code

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