protected static property MediaBrowserEmbedCodeWidgetTest::$modules in Lightning Media 8.3
Same name in this branch
- 8.3 tests/src/Functional/MediaBrowserEmbedCodeWidgetTest.php \Drupal\Tests\lightning_media\Functional\MediaBrowserEmbedCodeWidgetTest::modules
- 8.3 tests/src/FunctionalJavascript/MediaBrowserEmbedCodeWidgetTest.php \Drupal\Tests\lightning_media\FunctionalJavascript\MediaBrowserEmbedCodeWidgetTest::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
- tests/
src/ FunctionalJavascript/ MediaBrowserEmbedCodeWidgetTest.php, line 22
Class
- MediaBrowserEmbedCodeWidgetTest
- Tests the embed code widget in the media browser.
Namespace
Drupal\Tests\lightning_media\FunctionalJavascriptCode
protected static $modules = [
'lightning_media_video',
];