You are here

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

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

Modules to enable.

Type: array

File

core/modules/content_translation/src/Tests/ContentTranslationUISkipTest.php, line 24
Contains \Drupal\content_translation\Tests\ContentTranslationUISkipTest.

Class

ContentTranslationUISkipTest
Tests the content translation UI check skip.

Namespace

Drupal\content_translation\Tests

Code

public static $modules = array(
  'content_translation_test',
  'user',
  'node',
);