class ValidateMigrationStateTest

Same name in this branch
  1. 9 core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\ValidateMigrationStateTest
Same name and namespace in other branches
  1. 10 core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest
  2. 10 core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\ValidateMigrationStateTest
  3. 11.x core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest
  4. 11.x core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\ValidateMigrationStateTest
  5. 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest
  6. 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\ValidateMigrationStateTest

Tests the migration state information in module.migrate_drupal.yml.

@group migrate_drupal

Hierarchy

Expanded class hierarchy of ValidateMigrationStateTest

File

core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php, line 12

Namespace

Drupal\Tests\migrate_drupal\Kernel\d6
View source
class ValidateMigrationStateTest extends MigrateDrupal6TestBase {
  use ValidateMigrationStateTestTrait;
  
  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    // Test migrations states.
'migrate_state_finished_test',
    'migrate_state_not_finished_test',
  ];

}

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