protected static property InventoryTest::$modules in farmOS 2.x
Same name in this branch
- 2.x modules/core/inventory/tests/src/Functional/InventoryTest.php \Drupal\Tests\farm_inventory\Functional\InventoryTest::modules
- 2.x modules/core/inventory/tests/src/Kernel/InventoryTest.php \Drupal\Tests\farm_inventory\Kernel\InventoryTest::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/ inventory/ tests/ src/ Kernel/ InventoryTest.php, line 33
Class
- InventoryTest
- Tests for farmOS inventory logic.
Namespace
Drupal\Tests\farm_inventory\KernelCode
protected static $modules = [
'asset',
'entity_reference_revisions',
'farm_field',
'farm_inventory',
'farm_inventory_test',
'farm_log',
'farm_log_quantity',
'farm_quantity_standard',
'farm_unit',
'fraction',
'log',
'options',
'quantity',
'state_machine',
'taxonomy',
'text',
'user',
];