You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php \Drupal\views\Tests\Plugin\NumericFormatPluralTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php, line 25
Contains \Drupal\views\Tests\Plugin\NumericFormatPluralTest.

Class

NumericFormatPluralTest
Tests the creation of numeric fields.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = array(
  'views_ui',
  'file',
  'language',
  'locale',
);