You are here

protected static property GroupTest::$modules in farmOS 2.x

Same name in this branch
  1. 2.x modules/asset/group/tests/src/Functional/GroupTest.php \Drupal\Tests\farm_group\Functional\GroupTest::modules
  2. 2.x modules/asset/group/tests/src/Kernel/GroupTest.php \Drupal\Tests\farm_group\Kernel\GroupTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: array

Overrides KernelTestBase::$modules

See also

\Drupal\Tests\KernelTestBase::enableModules()

\Drupal\Tests\KernelTestBase::bootKernel()

File

modules/asset/group/tests/src/Kernel/GroupTest.php, line 43

Class

GroupTest
Tests for farmOS group membership logic.

Namespace

Drupal\Tests\farm_group\Kernel

Code

protected static $modules = [
  'asset',
  'log',
  'farm_field',
  'farm_group',
  'farm_group_test',
  'farm_location',
  'farm_log',
  'geofield',
  'state_machine',
  'user',
];