You are here

public static property VideoItemSerializationTest::$modules in Video 8.2

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

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

tests/src/Kernel/VideoItemSerializationTest.php, line 20

Class

VideoItemSerializationTest
Tests video field serialization.

Namespace

Drupal\Tests\video\Kernel

Code

public static $modules = [
  'video',
  'file',
  'serialization',
];