Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / migrate_drupal_ui / src / Tests / MigrateUpgradeTestBase.php
index e39adee22f2ab60514c583a5f1229d3bd0587f70..0e01c232e7c31f110726398785d5e6972acbbf29 100644 (file)
@@ -121,7 +121,7 @@ abstract class MigrateUpgradeTestBase extends WebTestBase {
   public function testMigrateUpgrade() {
     $connection_options = $this->sourceDatabase->getConnectionOptions();
     $this->drupalGet('/upgrade');
-    $this->assertText('Upgrade a site by importing its database and files into a clean and empty new install of Drupal 8.');
+    $this->assertText('Upgrade a site by importing its files and the data from its database into a clean and empty new install of Drupal 8.');
 
     $this->drupalPostForm(NULL, [], t('Continue'));
     $this->assertText('Provide credentials for the database of the Drupal site you want to upgrade.');
@@ -162,7 +162,7 @@ abstract class MigrateUpgradeTestBase extends WebTestBase {
 
     // Restart the upgrade process.
     $this->drupalGet('/upgrade');
-    $this->assertText('Upgrade a site by importing its database and files into a clean and empty new install of Drupal 8.');
+    $this->assertText('Upgrade a site by importing its files and the data from its database into a clean and empty new install of Drupal 8.');
 
     $this->drupalPostForm(NULL, [], t('Continue'));
     $this->assertText('Provide credentials for the database of the Drupal site you want to upgrade.');