Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
update.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2012 at 10:58 UTC
Updated:
28 Oct 2014 at 08:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
oriol_e9gGo, but makeBackup it's a not implemented function.
Comment #2
dries commentedShould we have a test for this?
Comment #3
droplet commentedI surprised this is an empty function
Comment #4
catchI'd like to understand a bit more why we have the stub function in core at all before committing this one.
Comment #5
abghosh82 commentedNot sure if this is a valid issue still, there is no file as "updater.inc" within "core/includes".
Comment #6
Lordshipkir commentedThe file updater.inc was in directory /core/lib/Drupal/Core/Updater/.
Comment #7
Lordshipkir commentedUpdate issue summary.
Comment #8
Lordshipkir commentedComment #9
yesct commentedI think we do need a test. if this is a bug.
updating the issue summary with contributor task docs.
Comment #10
andypostThere's nothing to test because
makeBackup()has no implementation for a long time Drupal 7I think we can just add a unittest of the
UpdaterclassComment #11
znerol commentedThis has been fixed in #2300469: makeBackup() is called without a to parameter in Drupal\Core\Updater\Updater.
Comment #12
yesct commentedbut there were no tests added in that issue.
Comment #13
znerol commentedThe other issue summary says:
Not sure whether this is true. I suggest opening up a new follow-up of the other issue (because its the one which was committed).