You are here

protected static property ProviderBucketTest::$modules in oEmbed Providers 2.x

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ProviderBucketTest.php, line 41

Class

ProviderBucketTest
Tests the provider bucket config entity type.

Namespace

Drupal\Tests\oembed_providers\Functional

Code

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