You are here

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

Same name in this branch
  1. 2.x modules/core/quick/tests/src/Functional/QuickFormTest.php \Drupal\Tests\farm_quick\Functional\QuickFormTest::modules
  2. 2.x modules/core/quick/tests/src/Kernel/QuickFormTest.php \Drupal\Tests\farm_quick\Kernel\QuickFormTest::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/quick/tests/src/Kernel/QuickFormTest.php, line 25

Class

QuickFormTest
Tests for farmOS quick forms.

Namespace

Drupal\Tests\farm_quick\Kernel

Code

protected static $modules = [
  'asset',
  'farm_quantity_standard',
  'farm_quick',
  'farm_quick_test',
  'farm_unit',
  'fraction',
  'log',
  'options',
  'quantity',
  'state_machine',
  'taxonomy',
  'text',
  'user',
];