function MigrateFileTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ file/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFileTest.php, line 25
Class
- MigrateFileTest
- Migrates all files in the file_managed table.
Namespace
Drupal\Tests\file\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->fileMigrationSetup();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.