ValidateMigrationStateTest.php

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

Namespace

Drupal\Tests\migrate_drupal\Kernel\d7

File

core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\migrate_drupal\Kernel\d7;

use Drupal\Tests\migrate_drupal\Traits\ValidateMigrationStateTestTrait;

/**
 * Tests the migration state information in module.migrate_drupal.yml.
 *
 * @group migrate_drupal
 */
class ValidateMigrationStateTest extends MigrateDrupal7TestBase {
    use ValidateMigrationStateTestTrait;
    
    /**
     * {@inheritdoc}
     */
    protected static $modules = [
        // Test migrations states.
'migrate_state_finished_test',
        'migrate_state_not_finished_test',
    ];

}

Classes

Title Deprecated Summary
ValidateMigrationStateTest Tests the migration state information in module.migrate_drupal.yml.

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