DrupalDriver icon indicating copy to clipboard operation
DrupalDriver copied to clipboard

Better Drupal setup for testing

Open jhedstrom opened this issue 7 years ago • 1 comments

It's relatively easy to now properly use composer for setting up Drupal 8 during testing.

    "require-dev": {
        "composer/installers": "^1.2",
        "drupal-composer/drupal-scaffold": "2.3.0",
        "drupal/core": "8.5.x-dev",

this will allow for easier testing of #157 since that includes tests that require Drupal.

jhedstrom avatar May 18 '18 20:05 jhedstrom

I was inspired by your work here to work on this for #157, now updated. But I ended up needing to take a much more complex tack similar to what the extension does. But I organised it neatly :)

jonathanjfshaw avatar Jun 09 '18 09:06 jonathanjfshaw