You are here

public static property CustomProvidersUiTest::$modules in oEmbed Providers 1.0.x

Same name in this branch
  1. 1.0.x tests/src/Functional/CustomProvidersUiTest.php \Drupal\Tests\oembed_providers\Functional\CustomProvidersUiTest::modules
  2. 1.0.x tests/src/FunctionalJavascript/CustomProvidersUiTest.php \Drupal\Tests\oembed_providers\FunctionalJavascript\CustomProvidersUiTest::modules
Same name and namespace in other branches
  1. 2.x tests/src/Functional/CustomProvidersUiTest.php \Drupal\Tests\oembed_providers\Functional\CustomProvidersUiTest::modules
  2. 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
Class CustomProvidersUiTest.

Namespace

Drupal\Tests\oembed_providers\Functional

Code

public static $modules = [
  'media',
  'oembed_providers',
  'oembed_providers_test',
];