You are here

public static property FileUrlFieldItemListTest::$modules in File URL 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Kernel/FileUrlFieldItemListTest.php \Drupal\Tests\file_url\Kernel\FileUrlFieldItemListTest::modules

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

tests/src/Kernel/FileUrlFieldItemListTest.php, line 26

Class

FileUrlFieldItemListTest
Tests the overridden field item list.

Namespace

Drupal\Tests\file_url\Kernel

Code

public static $modules = [
  'file',
  'file_url',
];