You are here

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

Same name and namespace in other branches
  1. 2.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

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