You are here

protected static property ViewNonTranslatableEntityTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php, line 21

Class

ViewNonTranslatableEntityTest
Tests the view creation of non-translatable entities.

Namespace

Drupal\Tests\views\Functional\Entity

Code

protected static $modules = [
  'entity_test',
  'content_translation',
  'language_test',
  'views_ui',
];