drupal-finder
drupal-finder copied to clipboard
Use web-root specified for the core's scaffold plugin
Since the new core scaffold plugin contains a setting for web-root, I think that is the most appropriate setting to determine the path. This PR updates the code to look at that setting first and then the existing approach of installer-paths
.
With this, we can close #33.
The errors are again with phpenv
with only PHP 5.5. It looks like it has passed for other PHP versions.
The travis errors only happen for PHP 5.5 like written above. Is this unrelated and do we anyway have to check PHP 5.5 anymore for future releases?
As of https://github.com/webflo/drupal-finder/commit/8fc0ece331eb28f663c95d16f66e2cfd3b2d3895 I guess the tests should be re-run`without PHP 5.5?