jhedstrom / DrupalDriver

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

Better Drupal setup for testing #188

Open jhedstrom opened 6 years ago

jhedstrom commented 6 years ago

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.

jonathanjfshaw commented 6 years ago

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 :)