You are here

public static property MetadataGeneratorTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides QuickEditTestBase::$modules

File

core/modules/quickedit/src/Tests/MetadataGeneratorTest.php, line 24
Contains \Drupal\quickedit\Tests\MetadataGeneratorTest.

Class

MetadataGeneratorTest
Tests in-place field editing metadata.

Namespace

Drupal\quickedit\Tests

Code

public static $modules = array(
  'quickedit_test',
);