Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Drupal setup for testing #188

Open
jhedstrom opened this issue May 18, 2018 · 1 comment · May be fixed by #189
Open

Better Drupal setup for testing #188

jhedstrom opened this issue May 18, 2018 · 1 comment · May be fixed by #189
Milestone

Comments

@jhedstrom
Copy link
Owner

jhedstrom commented May 18, 2018

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 jhedstrom added this to the 2.0 milestone May 18, 2018
jhedstrom added a commit that referenced this issue May 18, 2018
@jhedstrom jhedstrom linked a pull request May 18, 2018 that will close this issue
@jonathanjfshaw
Copy link
Contributor

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

@jhedstrom jhedstrom modified the milestones: 2.0, 2.1 Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants