File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ of your root `composer.json`.
30
30
{
31
31
"extra" : {
32
32
"drupal-scaffold" : {
33
- "source" : " http ://cgit.drupalcode.org/drupal/plain/{path}?h={version}" ,
33
+ "source" : " https ://cgit.drupalcode.org/drupal/plain/{path}?h={version}" ,
34
34
"excludes" : [
35
35
" google123.html" ,
36
36
" robots.txt"
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ protected function getOptions() {
322
322
'excludes ' => [],
323
323
'includes ' => [],
324
324
'initial ' => [],
325
- 'source ' => 'http ://cgit.drupalcode.org/drupal/plain/{path}?h={version} ' ,
325
+ 'source ' => 'https ://cgit.drupalcode.org/drupal/plain/{path}?h={version} ' ,
326
326
// Github: https://raw.githubusercontent.com/drupal/drupal/{version}/{path}
327
327
];
328
328
return $ options ;
@@ -346,7 +346,7 @@ protected function getIncludesDefault() {
346
346
/**
347
347
* Files from 8.3.x
348
348
*
349
- * @see http ://cgit.drupalcode.org/drupal/tree/?h=8.3.x
349
+ * @see https ://cgit.drupalcode.org/drupal/tree/?h=8.3.x
350
350
*/
351
351
$ common = [
352
352
'.csslintrc ' ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ protected function ensureDirectoryExistsAndClear($directory) {
56
56
}
57
57
58
58
public function testFetch () {
59
- $ fetcher = new FileFetcher (new RemoteFilesystem (new NullIO ()), 'http ://cgit.drupalcode.org/drupal/plain/{path}?h={version} ' , new NullIO ());
59
+ $ fetcher = new FileFetcher (new RemoteFilesystem (new NullIO ()), 'https ://cgit.drupalcode.org/drupal/plain/{path}?h={version} ' , new NullIO ());
60
60
$ fetcher ->setFilenames ([
61
61
'.htaccess ' => '.htaccess ' ,
62
62
'sites/default/default.settings.php ' => 'sites/default/default.settings.php ' ,
@@ -65,9 +65,9 @@ public function testFetch() {
65
65
$ this ->assertFileExists ($ this ->tmpDir . '/.htaccess ' );
66
66
$ this ->assertFileExists ($ this ->tmpDir . '/sites/default/default.settings.php ' );
67
67
}
68
-
68
+
69
69
public function testInitialFetch () {
70
- $ fetcher = new FileFetcher (new RemoteFilesystem (new NullIO ()), 'http ://cgit.drupalcode.org/drupal/plain/{path}?h={version} ' , new NullIO ());
70
+ $ fetcher = new FileFetcher (new RemoteFilesystem (new NullIO ()), 'https ://cgit.drupalcode.org/drupal/plain/{path}?h={version} ' , new NullIO ());
71
71
$ fetcher ->setFilenames ([
72
72
'sites/default/default.settings.php ' => 'sites/default/settings.php ' ,
73
73
]);
You can’t perform that action at this time.
0 commit comments