You are here

public static property AutoEntityLabelTest::$modules in Automatic Entity Label 8.3

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/AutoEntityLabelTest.php, line 41

Class

AutoEntityLabelTest
Tests for auto entity label.

Namespace

Drupal\Tests\auto_entitylabel\Kernel

Code

public static $modules = [
  'system',
  'user',
  'node',
  'filter',
  'token',
  'auto_entitylabel',
];