class ValidateMigrationStateTest
Same name in this branch
- 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
- 10 core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest
- 10 core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\ValidateMigrationStateTest
- 11.x core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest
- 11.x core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d7\ValidateMigrationStateTest
- 8.9.x core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php \Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest
- 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
- class \Drupal\KernelTests\KernelTestBase implements \Drupal\Core\DependencyInjection\ServiceProviderInterface uses \Drupal\KernelTests\AssertLegacyTrait, \Drupal\KernelTests\AssertContentTrait, \Drupal\Tests\RandomGeneratorTrait, \Drupal\Tests\ConfigTestTrait, \Drupal\Tests\ExtensionListTestTrait, \Drupal\Tests\TestRequirementsTrait, \Drupal\Tests\Traits\PhpUnitWarnings, \Drupal\Tests\PhpUnitCompatibilityTrait, \Symfony\Bridge\PhpUnit\ExpectDeprecationTrait extends \PHPUnit\Framework\TestCase
- class \Drupal\Tests\migrate\Kernel\MigrateTestBase implements \Drupal\migrate\MigrateMessageInterface extends \Drupal\KernelTests\KernelTestBase
- class \Drupal\Tests\migrate_drupal\Kernel\MigrateDrupalTestBase extends \Drupal\Tests\migrate\Kernel\MigrateTestBase
- class \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase uses \Drupal\Tests\migrate_drupal\Traits\NodeMigrateTypeTestTrait extends \Drupal\Tests\migrate_drupal\Kernel\MigrateDrupalTestBase
- class \Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest uses \Drupal\Tests\migrate_drupal\Traits\ValidateMigrationStateTestTrait extends \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase
- class \Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase uses \Drupal\Tests\migrate_drupal\Traits\NodeMigrateTypeTestTrait extends \Drupal\Tests\migrate_drupal\Kernel\MigrateDrupalTestBase
- class \Drupal\Tests\migrate_drupal\Kernel\MigrateDrupalTestBase extends \Drupal\Tests\migrate\Kernel\MigrateTestBase
- class \Drupal\Tests\migrate\Kernel\MigrateTestBase implements \Drupal\migrate\MigrateMessageInterface extends \Drupal\KernelTests\KernelTestBase
Expanded class hierarchy of ValidateMigrationStateTest
File
-
core/
modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ ValidateMigrationStateTest.php, line 12
Namespace
Drupal\Tests\migrate_drupal\Kernel\d6View 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.