Skip to content
Snippets Groups Projects
Commit bc41f818 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2483617 by vasi, phenaproxima: The d6_file migration forgot to mention the uid column

parent 487de770
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -20,5 +20,6 @@ process:
filesize: filesize
status: status
changed: timestamp
uid: uid
destination:
plugin: entity:file
......@@ -68,6 +68,7 @@ public function testFiles() {
$this->assertIdentical('39325', $file->getSize());
$this->assertIdentical('public://image-1.png', $file->getFileUri());
$this->assertIdentical('image/png', $file->getMimeType());
$this->assertIdentical("1", $file->getOwnerId());
// It is pointless to run the second half from MigrateDrupal6Test.
if (empty($this->standalone)) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment