You are here

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

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

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

SettingsFormTest
Class SettingsFormTest.

Namespace

Drupal\Tests\oembed_providers\Functional

Code

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