X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal_ui%2Fsrc%2FTests%2FMigrateUpgradeTestBase.php;fp=web%2Fcore%2Fmodules%2Fmigrate_drupal_ui%2Fsrc%2FTests%2FMigrateUpgradeTestBase.php;h=0e01c232e7c31f110726398785d5e6972acbbf29;hp=e39adee22f2ab60514c583a5f1229d3bd0587f70;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php b/web/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php index e39adee22..0e01c232e 100644 --- a/web/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php +++ b/web/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php @@ -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.');