/**
* {@inheritdoc}
*/
protected static $modules =
['file'
];
/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->
fileMigrationSetup();
} /**
* {@inheritdoc}
*/
protected function getFileMigrationInfo() { return [ 'path' => 'public://sites/default/files/cube.jpeg',
'size' => '3620',
'base_path' => 'public://',
'plugin_id' => 'd7_file',
];