MigrationStateDeprecationTest::$modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/migrate_drupal/tests/src/Kernel/MigrationStateDeprecationTest.php, line 18

Class

MigrationStateDeprecationTest
Defines a class for testing deprecation error from MigrationState.

Namespace

Drupal\Tests\migrate_drupal\Kernel

Code

protected static $modules = [
    'migrate_drupal',
    'migrate',
    'migrate_state_no_file_test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.