You are here

public static property FractionFieldTest::$modules in Fraction 8

Same name and namespace in other branches
  1. 2.x tests/src/Functional/FractionFieldTest.php \Drupal\Tests\fraction\Functional\FractionFieldTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/FractionFieldTest.php, line 25

Class

FractionFieldTest
Tests the creation of fraction fields.

Namespace

Drupal\Tests\fraction\Functional

Code

public static $modules = [
  'node',
  'entity_test',
  'field_ui',
  'fraction',
];