You are here

public static property FractionUpdateTest::$modules in Fraction 2.x

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/FractionUpdateTest.php, line 38

Class

FractionUpdateTest
Provides tests for updating the schema from signed to unsigned.

Namespace

Drupal\Tests\fraction\Kernel

Code

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