protected static property CustomProvidersUiTest::$modules in oEmbed Providers 2.x
Same name in this branch
- 2.x tests/src/Functional/CustomProvidersUiTest.php \Drupal\Tests\oembed_providers\Functional\CustomProvidersUiTest::modules
- 2.x tests/src/FunctionalJavascript/CustomProvidersUiTest.php \Drupal\Tests\oembed_providers\FunctionalJavascript\CustomProvidersUiTest::modules
Same name and namespace in other branches
- 1.0.x tests/src/Functional/CustomProvidersUiTest.php \Drupal\Tests\oembed_providers\Functional\CustomProvidersUiTest::modules
- 1.1.x tests/src/Functional/CustomProvidersUiTest.php \Drupal\Tests\oembed_providers\Functional\CustomProvidersUiTest::modules
Modules to install.
Type: array
Overrides BrowserTestBase::$modules
File
- tests/
src/ Functional/ CustomProvidersUiTest.php, line 38
Class
- CustomProvidersUiTest
- Tests the UI for custom providers.
Namespace
Drupal\Tests\oembed_providers\FunctionalCode
protected static $modules = [
'media',
'oembed_providers',
'oembed_providers_test',
];