You are here

public function TestMigrationMock::getMigrationDependencies in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php \Drupal\Tests\migrate\Unit\TestMigrationMock::getMigrationDependencies()

Get the dependencies for this migration.

Return value

array The dependencies for this migrations.

Overrides Migration::getMigrationDependencies

File

core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php, line 209

Class

TestMigrationMock
A mock migration plugin.

Namespace

Drupal\Tests\migrate\Unit

Code

public function getMigrationDependencies() {
  return $this->dependencies;
}