You are here

protected static property ConfigInstallTest::$modules in Panopoly 8.2

Array of modules that we depend on.

Type: array

Overrides KernelTestBase::$modules

File

modules/panopoly/panopoly_media/tests/src/Kernel/ConfigInstallTest.php, line 19

Class

ConfigInstallTest
Tests that the module's config does have errors.

Namespace

Drupal\Tests\panopoly_media\Kernel

Code

protected static $modules = [
  // Core.
  'system',
  'user',
  'field',
  'text',
  'node',
];