Skip to content

Better Drupal setup for testing #188

@jhedstrom

Description

@jhedstrom

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions