You are here

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

Same name in this branch
  1. 2.x modules/core/location/tests/src/Functional/LocationTest.php \Drupal\Tests\farm_location\Functional\LocationTest::modules
  2. 2.x modules/core/location/tests/src/Kernel/LocationTest.php \Drupal\Tests\farm_location\Kernel\LocationTest::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/core/location/tests/src/Kernel/LocationTest.php, line 59

Class

LocationTest
Tests for farmOS location logic.

Namespace

Drupal\Tests\farm_location\Kernel

Code

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