Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
5840b832
Unverified
Commit
5840b832
authored
Sep 07, 2020
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3159849
by quietone, mikelutz: Add missing tests of filepath to FileTest
(cherry picked from commit
07c913e2
)
parent
17fd4eae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php
...le/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php
+2
-0
No files found.
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php
View file @
5840b832
...
...
@@ -117,6 +117,7 @@ public function providerSource() {
'filesize'
=>
'3620'
,
'status'
=>
'1'
,
'timestamp'
=>
'1421727515'
,
'filepath'
=>
'sites/default/files/cube.jpeg'
,
],
];
// Do an automatic count.
...
...
@@ -143,6 +144,7 @@ public function providerSource() {
'filesize'
=>
'3620'
,
'status'
=>
'1'
,
'timestamp'
=>
'1421727515'
,
'filepath'
=>
'sites/default/files/cube.jpeg'
,
],
];
// Do an automatic count.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment