protected static property QuickFormTest::$modules in farmOS 2.x
Same name in this branch
- 2.x modules/core/quick/tests/src/Functional/QuickFormTest.php \Drupal\Tests\farm_quick\Functional\QuickFormTest::modules
- 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: string[]
Overrides BrowserTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- modules/
core/ quick/ tests/ src/ Functional/ QuickFormTest.php, line 20
Class
- QuickFormTest
- Tests the quick form framework.
Namespace
Drupal\Tests\farm_quick\FunctionalCode
protected static $modules = [
'farm_quick_test',
];