You are here

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/AutoEntityLabelBatchTest.php, line 49

Class

AutoEntityLabelBatchTest
Tests batch operations on re-save.

Namespace

Drupal\Tests\auto_entitylabel\FunctionalJavascript

Code

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