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.
It's relatively easy to now properly use composer for setting up Drupal 8 during testing.
this will allow for easier testing of #157 since that includes tests that require Drupal.