You are here

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

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

Modules to enable.

Type: array

Overrides MigrateTestBase::$modules

File

core/modules/migrate/src/Tests/TemplateTest.php, line 22
Contains \Drupal\migrate\Tests\TemplateTest.

Class

TemplateTest
Test the migration template functionality.

Namespace

Drupal\migrate\Tests

Code

public static $modules = array(
  'template_test',
);