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: string[]
Overrides BrowserTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- modules/
core/ inventory/ tests/ src/ Functional/ InventoryTest.php, line 24
Class
- InventoryTest
- Tests for farmOS inventory logic.
Namespace
Drupal\Tests\farm_inventory\FunctionalCode
protected static $modules = [
'farm_inventory',
'farm_inventory_test',
'farm_quantity_standard',
'farm_unit',
'farm_api',
];