public static property NumberItemTest::$modules

Modules to enable.

Type: array

Overrides FieldUnitTestBase::$modules

File

drupal/core/modules/number/lib/Drupal/number/Tests/NumberItemTest.php, line 24
Contains \Drupal\number\Tests\NumberItemTest.

Class

NumberItemTest
Tests the new entity API for the number field type.

Namespace

Drupal\number\Tests

Code

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