protected static property InstallTest::$modules in Lightning Media 8.4
Same name and namespace in other branches
- 8.3 modules/lightning_media_image/tests/src/Functional/InstallTest.php \Drupal\Tests\lightning_media_image\Functional\InstallTest::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/
lightning_media_image/ tests/ src/ Functional/ InstallTest.php, line 23
Class
- InstallTest
- Tests install-time logic and configuration of Lightning Media Image.
Namespace
Drupal\Tests\lightning_media_image\FunctionalCode
protected static $modules = [
'lightning_media_image',
'image_widget_crop',
];