You are here

protected function DestinationCategoryTestBase::setUp in Commerce Migrate 8.2

Same name and namespace in other branches
  1. 3.1.x tests/src/Kernel/Plugin/migrate/DestinationCategoryTestBase.php \Drupal\Tests\commerce_migrate\Kernel\Plugin\migrate\DestinationCategoryTestBase::setUp()
  2. 3.0.x tests/src/Kernel/Plugin/migrate/DestinationCategoryTestBase.php \Drupal\Tests\commerce_migrate\Kernel\Plugin\migrate\DestinationCategoryTestBase::setUp()

Overrides MigrateDrupalTestBase::setUp

File

tests/src/Kernel/Plugin/migrate/DestinationCategoryTestBase.php, line 37

Class

DestinationCategoryTestBase
Tests that all migrations are tagged as either content or configuration.

Namespace

Drupal\Tests\commerce_migrate\Kernel\Plugin\migrate

Code

protected function setUp() {
  parent::setUp();
  $this->migrationPluginManager = \Drupal::service('plugin.manager.migration');
  $this->moduleHandler = \Drupal::service('module_handler');
}