DrupalDriver
DrupalDriver copied to clipboard
Allow link fields to have only URL
The current D8 LinkHandler assumes an array input, which makes testing with an empty link "title" field impossible. This PR tests the value first to see if it's an array. If not, it assumes the value is just the URL and to leave the other values out.