function MigrationPluginListTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ MigrationPluginListTest.php, line 69
Class
- MigrationPluginListTest
- Tests the migration plugin manager.
Namespace
Drupal\Tests\migrate\Kernel\PluginCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('user');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.