You are here

public static property LinkFieldTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/link/src/Tests/LinkFieldTest.php \Drupal\link\Tests\LinkFieldTest::modules

Modules to enable.

Type: array

File

core/modules/link/src/Tests/LinkFieldTest.php, line 28
Contains \Drupal\link\Tests\LinkFieldTest.

Class

LinkFieldTest
Tests link field widgets and formatters.

Namespace

Drupal\link\Tests

Code

public static $modules = [
  'entity_test',
  'link',
  'node',
];