You are here

public static property ContentTranslationOperationsTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/content_translation/src/Tests/ContentTranslationOperationsTest.php \Drupal\content_translation\Tests\ContentTranslationOperationsTest::modules

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/content_translation/src/Tests/ContentTranslationOperationsTest.php, line 40
Contains \Drupal\content_translation\Tests\ContentTranslationOperationsTest.

Class

ContentTranslationOperationsTest
Tests the content translation operations available in the content listing.

Namespace

Drupal\content_translation\Tests

Code

public static $modules = [
  'language',
  'content_translation',
  'node',
  'views',
];