
| Current Path : /var/www/html1/rrr/web/core/modules/file/tests/src/Kernel/Migrate/d7/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/rrr/web/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileGetIdsTest.php |
<?php
namespace Drupal\Tests\file\Kernel\Migrate\d7;
/**
* Tests the migration of used files.
*
* @group file
*/
class MigrateFileGetIdsTest extends MigrateFileTest {
/**
* {@inheritdoc}
*/
protected static $modules = ['file', 'file_test_get_ids'];
/**
* {@inheritdoc}
*/
protected function getFileMigrationInfo() {
$migration_info = parent::getFileMigrationInfo();
$migration_info['plugin_id'] = 'd7_file_used';
return $migration_info;
}
}