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: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/core/location/tests/src/Functional/LocationTest.php, line 37

Class

LocationTest
Tests for farmOS location logic.

Namespace

Drupal\Tests\farm_location\Functional

Code

protected static $modules = [
  'basic_auth',
  'farm_location',
  'farm_location_test',
  'farm_api',
];