You are here

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

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php \Drupal\views\Tests\Entity\ViewNonTranslatableEntityTest::modules

Modules to enable.

Type: array

File

core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php, line 26
Contains \Drupal\views\Tests\Entity\ViewNonTranslatableEntityTest.

Class

ViewNonTranslatableEntityTest
Tests the view creation of non-translatable entities.

Namespace

Drupal\views\Tests\Entity

Code

public static $modules = array(
  'entity_test',
  'content_translation',
  'language_test',
  'views_ui',
);