You are here

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

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

Modules to enable.

Type: array

File

core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php, line 27
Contains \Drupal\language\Tests\EntityTypeWithoutLanguageFormTest.

Class

EntityTypeWithoutLanguageFormTest
Tests entity type without language support.

Namespace

Drupal\language\Tests

Code

public static $modules = array(
  'language',
  'language_test',
);