Commit 98ae3a42 authored by Project Update Bot's avatar Project Update Bot Committed by Kim Pepper
Browse files

Issue #3288859 by Project Update Bot, kim.pepper: Automated Drupal 10 compatibility fixes

parent 713fc7e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ class ProvisioningUriItemTest extends KernelTestBase {
   *
   * @var array
   */
  public static $modules = [
  protected static $modules = [
    'one_time_password',
    'entity_test',
    'user',
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ class UserFieldAttachTest extends KernelTestBase {
   *
   * @var array
   */
  public static $modules = [
  protected static $modules = [
    'system',
    'user',
    'one_time_password',