You are here

protected static property MediaEmbedFilterDisabledIntegrationsTest::$modules in Drupal 9

Same name in this branch
  1. 9 core/modules/quickedit/tests/src/Kernel/MediaEmbedFilterDisabledIntegrationsTest.php \Drupal\Tests\quickedit\Kernel\MediaEmbedFilterDisabledIntegrationsTest::modules
  2. 9 core/modules/media/tests/src/Kernel/MediaEmbedFilterDisabledIntegrationsTest.php \Drupal\Tests\media\Kernel\MediaEmbedFilterDisabledIntegrationsTest::modules
Same name and namespace in other branches
  1. 10 core/modules/quickedit/tests/src/Kernel/MediaEmbedFilterDisabledIntegrationsTest.php \Drupal\Tests\quickedit\Kernel\MediaEmbedFilterDisabledIntegrationsTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: array

Overrides MediaEmbedFilterTestBase::$modules

See also

\Drupal\Tests\KernelTestBase::enableModules()

\Drupal\Tests\KernelTestBase::bootKernel()

File

core/modules/quickedit/tests/src/Kernel/MediaEmbedFilterDisabledIntegrationsTest.php, line 18

Class

MediaEmbedFilterDisabledIntegrationsTest
Tests that media embed disables certain integrations.

Namespace

Drupal\Tests\quickedit\Kernel

Code

protected static $modules = [
  'contextual',
  'quickedit',
  // @see media_test_embed_entity_view_alter()
  'media_test_embed',
];