You are here

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

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

Modules to enable.

Type: array

File

core/modules/node/src/Tests/NodeTypeTranslationTest.php, line 26
Contains \Drupal\node\Tests\NodeTypeTranslationTest.

Class

NodeTypeTranslationTest
Ensures that node types translation work correctly.

Namespace

Drupal\node\Tests

Code

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