function MigrateExecutableTest::setUp

Overrides MigrateTestBase::setUp

File

core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php, line 27

Class

MigrateExecutableTest
Tests the MigrateExecutable class.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('user');
  $this->installEntitySchema('entity_test');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.