You are here

public static property ExternalFetchTest::$modules in oEmbed Providers 1.1.x

Same name and namespace in other branches
  1. 2.x tests/src/Functional/ExternalFetchTest.php \Drupal\Tests\oembed_providers\Functional\ExternalFetchTest::modules
  2. 1.0.x tests/src/Functional/ExternalFetchTest.php \Drupal\Tests\oembed_providers\Functional\ExternalFetchTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ExternalFetchTest.php, line 34

Class

ExternalFetchTest
Class ExternalFetchTest.

Namespace

Drupal\Tests\oembed_providers\Functional

Code

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