ValidateMigrationStateTest.php

Same filename in this branch
  1. 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d7/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. 10 core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php
  4. 10 core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php
  5. 11.x core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php
  6. 11.x core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php

Namespace

Drupal\Tests\migrate_drupal\Kernel\d6

File

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

View source
<?php

namespace Drupal\Tests\migrate_drupal\Kernel\d6;

use Drupal\Tests\DeprecatedModulesTestTrait;
use Drupal\Tests\migrate_drupal\Traits\ValidateMigrationStateTestTrait;

/**
 * Tests the migration state information in module.migrate_drupal.yml.
 *
 * @group migrate_drupal
 */
class ValidateMigrationStateTest extends MigrateDrupal6TestBase {
    use DeprecatedModulesTestTrait;
    use ValidateMigrationStateTestTrait;
    
    /**
     * {@inheritdoc}
     */
    public 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.