You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Tests/Migrate/d7/NodeBuilderTest.php \Drupal\node\Tests\Migrate\d7\NodeBuilderTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/node/src/Tests/Migrate/d7/NodeBuilderTest.php, line 20
Contains \Drupal\node\Tests\Migrate\d7\NodeBuilderTest.

Class

NodeBuilderTest
Tests the d7_node builder.

Namespace

Drupal\node\Tests\Migrate\d7

Code

public static $modules = [
  'node',
];