You are here

public static property MetadataGeneratorTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php \Drupal\Tests\quickedit\Kernel\MetadataGeneratorTest::modules

Modules to enable.

Type: array

Overrides QuickEditTestBase::$modules

File

core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php, line 21

Class

MetadataGeneratorTest
Tests in-place field editing metadata.

Namespace

Drupal\Tests\quickedit\Kernel

Code

public static $modules = [
  'quickedit_test',
];