You are here

public static property FractionGenerateSampleValueTest::$modules in Fraction 8

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

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

tests/src/Kernel/FractionGenerateSampleValueTest.php, line 26

Class

FractionGenerateSampleValueTest
Class to test generating and setting sample values.

Namespace

Drupal\Tests\fraction\Kernel

Code

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