You are here

public static property TelephoneFieldTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/telephone/src/Tests/TelephoneFieldTest.php \Drupal\telephone\Tests\TelephoneFieldTest::modules

Modules to enable.

Type: array

File

core/modules/telephone/src/Tests/TelephoneFieldTest.php, line 24
Contains \Drupal\telephone\Tests\TelephoneFieldTest.

Class

TelephoneFieldTest
Tests the creation of telephone fields.

Namespace

Drupal\telephone\Tests

Code

public static $modules = array(
  'field',
  'node',
  'telephone',
);