You are here

protected static property Update400Test::$modules in Lightning Media 8.4

Same name in this branch
  1. 8.4 tests/src/Functional/Update400Test.php \Drupal\Tests\lightning_media\Functional\Update400Test::modules
  2. 8.4 modules/lightning_media_document/tests/src/Kernel/Update400Test.php \Drupal\Tests\lightning_media_document\Kernel\Update400Test::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: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/Functional/Update400Test.php, line 30

Class

Update400Test
Tests optional migrations to the Media Library module.

Namespace

Drupal\Tests\lightning_media\Functional

Code

protected static $modules = [
  'ckeditor',
  'lightning_media',
  'user',
];