diff --git a/Users/ravi/Downloads/2738879-45.patch b/Users/ravi/Desktop/contrib-patch/2738879-54.patch index 224d0fb783..f3c12ed649 100644 --- a/Users/ravi/Downloads/2738879-45.patch +++ b/Users/ravi/Desktop/contrib-patch/2738879-54.patch @@ -1,5 +1,5 @@ diff --git a/core/includes/schema.inc b/core/includes/schema.inc -index 0129d19334..59d27b384b 100644 +index 5c024a89d8..99576b0d2b 100644 --- a/core/includes/schema.inc +++ b/core/includes/schema.inc @@ -83,9 +83,10 @@ function drupal_get_installed_schema_version($module, $reset = FALSE, $array = F @@ -17,10 +17,10 @@ index 0129d19334..59d27b384b 100644 if ($array) { diff --git a/core/includes/update.inc b/core/includes/update.inc -index 4f34dbd4ac..e04e4103f3 100644 +index 792e94c286..9e3a7a4e34 100644 --- a/core/includes/update.inc +++ b/core/includes/update.inc -@@ -608,7 +608,7 @@ function update_retrieve_dependencies() { +@@ -607,7 +607,7 @@ function update_retrieve_dependencies() { $return = []; // Get a list of installed modules, arranged so that we invoke their hooks in // the same order that \Drupal::moduleHandler()->invokeAll() does. @@ -58,16 +58,15 @@ index 0000000000..3e0bc5a2f5 + ->execute(); diff --git a/core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.info.yml b/core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.info.yml new file mode 100644 -index 0000000000..5a7e2e1fa8 +index 0000000000..303d7cde54 --- /dev/null +++ b/core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.info.yml -@@ -0,0 +1,6 @@ +@@ -0,0 +1,5 @@ +name: 'Update test' +type: module +description: 'Support module for update testing.' +package: Testing +version: VERSION -+core: 8.x diff --git a/core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install b/core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install new file mode 100644 index 0000000000..431451cc85 @@ -88,7 +87,7 @@ index 0000000000..431451cc85 +} diff --git a/core/modules/system/tests/src/Functional/Update/NoPreExistingSchemaUpdateTest.php b/core/modules/system/tests/src/Functional/Update/NoPreExistingSchemaUpdateTest.php new file mode 100644 -index 0000000000..efb8787f45 +index 0000000000..7c2b2cfd03 --- /dev/null +++ b/core/modules/system/tests/src/Functional/Update/NoPreExistingSchemaUpdateTest.php @@ -0,0 +1,40 @@ @@ -116,7 +115,7 @@ index 0000000000..efb8787f45 + */ + protected function setDatabaseDumpFiles() { + $this->databaseDumpFiles = [ -+ __DIR__ . '/../../../../tests/fixtures/update/drupal-8.6.0.bare.testing.php.gz', ++ __DIR__ . '/../../../../tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz', + __DIR__ . '/../../../../tests/fixtures/update/drupal-8.no-preexisting-schema.php', + ]; + }