ValidateMigrationStateTest.php in Commerce Migrate 3.0.x
Same filename in this branch
Same filename and directory in other branches
File
modules/ubercart/tests/src/Kernel/Migrate/uc6/ValidateMigrationStateTest.phpView source
<?php
namespace Drupal\Tests\commerce_migrate_ubercart\Kernel\Migrate\uc6;
use Drupal\Tests\commerce_migrate_ubercart\Kernel\Traits\ValidateMigrationStateTestTrait;
/**
* Tests the migration state information in commerce_migrate_ubercart.
*
* @group uc6
*/
class ValidateMigrationStateTest extends Ubercart6TestBase {
use ValidateMigrationStateTestTrait;
}
Classes
Name | Description |
---|---|
ValidateMigrationStateTest | Tests the migration state information in commerce_migrate_ubercart. |