X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal_ui%2Ftests%2Fsrc%2FFunctional%2Fd7%2FMigrateUpgrade7Test.php;fp=web%2Fcore%2Fmodules%2Fmigrate_drupal_ui%2Fsrc%2FTests%2Fd7%2FMigrateUpgrade7Test.php;h=2917b163c13dd7750e541e6ea4837c7483b84950;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hp=94a42e2c956463cfd8e65b767565099809be4323;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a;p=yaffs-website diff --git a/web/core/modules/migrate_drupal_ui/src/Tests/d7/MigrateUpgrade7Test.php b/web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php similarity index 86% rename from web/core/modules/migrate_drupal_ui/src/Tests/d7/MigrateUpgrade7Test.php rename to web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php index 94a42e2c9..2917b163c 100644 --- a/web/core/modules/migrate_drupal_ui/src/Tests/d7/MigrateUpgrade7Test.php +++ b/web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php @@ -1,8 +1,8 @@ 4, 'contact_form' => 3, 'editor' => 2, - 'field_config' => 52, - 'field_storage_config' => 39, - 'file' => 2, + 'field_config' => 53, + 'field_storage_config' => 40, + 'file' => 3, 'filter_format' => 7, 'image_style' => 6, 'language_content_settings' => 2, @@ -84,7 +89,7 @@ class MigrateUpgrade7Test extends MigrateUpgradeTestBase { // Ensure migrated users can log in. $user = User::load(2); - $user->pass_raw = 'a password'; + $user->passRaw = 'a password'; $this->drupalLogin($user); }