Skip to content
Snippets Groups Projects

Issue #3316721: Add script to convert this module into a core merge request

Merged Issue #3316721: Add script to convert this module into a core merge request
2 unresolved threads
2 unresolved threads
Files
4
@@ -251,7 +251,6 @@ END;
// Now that we know the project was created successfully, we can set the
// web root with confidence.
$this->webRoot = 'project/' . $this->runComposer('composer config extra.drupal-scaffold.locations.web-root', 'project');
    • Author Maintainer

      this needed because it results in 2 blank lines when the section if removed for the core merge request

Please register or sign in to reply
// BEGIN: DELETE FROM CORE MERGE REQUEST
// Install Automatic Updates into the test project and ensure it wasn't
// symlinked.
@@ -441,7 +440,7 @@ END;
return $temp_directory;
}
// BEGIN: DELETE FROM CORE MERGE REQUEST
// BEGIN: DELETE FROM CORE MERGE REQUEST.
/**
* {@inheritdoc}
@@ -463,5 +462,5 @@ END;
file_put_contents($file, json_encode($data, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT));
}
// END: DELETE FROM CORE MERGE REQUEST
// END: DELETE FROM CORE MERGE REQUEST.
}
Loading