jhedstrom / DrupalDriver

A collection of drivers for controlling Drupal.
GNU General Public License v2.0
64 stars 95 forks source link

Added a method configGetOriginal which will return the original config data. #197

Closed aritomelo closed 6 years ago

aritomelo commented 6 years ago

Motivation:

By providing this method, when the Behat extension restores the config it will take the original data from configuration (eg.:settings.php).

jhedstrom commented 6 years ago

How would this be used? It's hard to tell since it only adds the method in this PR, but it isn't used...

upchuk commented 6 years ago

@jhedstrom This one fixes https://github.com/jhedstrom/DrupalDriver/issues/194. And it will be used by the extension, see issue https://github.com/jhedstrom/drupalextension/issues/501. A PR will follow also for that.

aritomelo commented 6 years ago

@jhedstrom Hi mate the second PR can be found here: https://github.com/jhedstrom/drupalextension/pull/503

jhedstrom commented 6 years ago

Cool, that makes sense. Thanks!