diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php index 33952d1..f876455 100644 --- a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php +++ b/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php @@ -148,7 +148,7 @@ public function testUser() { // conform to Drupal >= 7 for non-admin users. if ($user->id() != 1) { $this->assertTrue(\Drupal::service('password') - ->check($source->pass_plain, $user->getPassword())); + ->verify($source->pass_plain, $user->getPassword())); } } // Rollback the migration and make sure everything is deleted but uid 1.