You are here

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

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

Modules to enable.

Type: array

Overrides MediaFunctionalTestBase::$modules

File

tests/src/Functional/CustomProviderRepositoryTest.php, line 29

Class

CustomProviderRepositoryTest
Tests custom provider loading.

Namespace

Drupal\Tests\oembed_providers\Functional

Code

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