You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/Number/NumberFieldTest.php \Drupal\field\Tests\Number\NumberFieldTest::modules

Modules to enable.

Type: array

File

core/modules/field/src/Tests/Number/NumberFieldTest.php, line 25
Contains \Drupal\field\Tests\Number\NumberFieldTest.

Class

NumberFieldTest
Tests the creation of numeric fields.

Namespace

Drupal\field\Tests\Number

Code

public static $modules = array(
  'node',
  'entity_test',
  'field_ui',
);