You are here

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

Same name in this branch
  1. 8 core/modules/migrate/src/Tests/MigrationTest.php \Drupal\migrate\Tests\MigrationTest::modules
  2. 8 core/modules/migrate/tests/src/Kernel/Entity/MigrationTest.php \Drupal\Tests\migrate\Kernel\Entity\MigrationTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/migrate/tests/src/Kernel/Entity/MigrationTest.php \Drupal\Tests\migrate\Kernel\Entity\MigrationTest::modules

Modules to enable.

Test classes extending this class, and any classes in the hierarchy up to this class, may specify individual lists of modules to enable by setting this property. The values of all properties in all classes in the class hierarchy are merged.

Type: array

Overrides KernelTestBase::$modules

See also

\Drupal\Tests\KernelTestBase::enableModules()

\Drupal\Tests\KernelTestBase::bootKernel()

File

core/modules/migrate/tests/src/Kernel/Entity/MigrationTest.php, line 24
Contains \Drupal\Tests\migrate\Kernel\Entity\MigrationTest.

Class

MigrationTest
Tests the Migration entity.

Namespace

Drupal\Tests\migrate\Kernel\Entity

Code

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