You are here

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

Same name in this branch
  1. 8 core/modules/contact/src/Tests/Migrate/MigrateContactCategoryTest.php \Drupal\contact\Tests\Migrate\MigrateContactCategoryTest::modules
  2. 8 core/modules/contact/src/Tests/Migrate/d6/MigrateContactCategoryTest.php \Drupal\contact\Tests\Migrate\d6\MigrateContactCategoryTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/contact/src/Tests/Migrate/MigrateContactCategoryTest.php \Drupal\contact\Tests\Migrate\MigrateContactCategoryTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupal6TestBase::$modules

File

core/modules/contact/src/Tests/Migrate/MigrateContactCategoryTest.php, line 26
Contains \Drupal\contact\Tests\Migrate\MigrateContactCategoryTest.

Class

MigrateContactCategoryTest
Migrate contact categories to contact.form.*.yml.

Namespace

Drupal\contact\Tests\Migrate

Code

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