public function TestMigration::__construct in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Drupal\Tests\migrate\UnitCode
public function __construct() {
}