You are here

public static property FractionConstraintTest::$modules in Fraction 8

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/Plugin/Constraints/FractionConstraintTest.php, line 24

Class

FractionConstraintTest
Tests Constraint for Fraction.

Namespace

Drupal\Tests\fraction\Kernel\Plugin\Constraints

Code

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