You are here

public function TestMigration::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/tests/src/Unit/MigrationTest.php \Drupal\Tests\migrate\Unit\TestMigration::__construct()

Constructs an Entity object.

Parameters

array $values: An array of values to set, keyed by property name. If the entity type has bundles, the bundle key has to be specified.

string $entity_type: The type of the entity to create.

Overrides ConfigEntityBase::__construct

File

core/modules/migrate/tests/src/Unit/MigrationTest.php, line 125
Contains \Drupal\Tests\migrate\Unit\MigrationTest.

Class

TestMigration

Namespace

Drupal\Tests\migrate\Unit

Code

public function __construct() {
}