You are here

public static property EntityQueueCrudTest::$modules in Entityqueue 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/EntityQueueCrudTest.php, line 20

Class

EntityQueueCrudTest
Tests creation, loading, updating, deleting of entity queue.

Namespace

Drupal\Tests\entityqueue\Kernel

Code

public static $modules = [
  'entityqueue',
  'system',
  'user',
  'node',
];