public static property LinkItemTest::$modules

Modules to enable.

Type: array

Overrides FieldUnitTestBase::$modules

File

drupal/core/modules/link/lib/Drupal/link/Tests/LinkItemTest.php, line 24
Contains \Drupal\link\Tests\LinkItemTest.

Class

LinkItemTest
Tests the new entity API for the link field type.

Namespace

Drupal\link\Tests

Code

public static $modules = array(
  'link',
);