From 7af06a3ce48515a45479aa0ab2fb1a97b49cc4a8 Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Fri, 16 Oct 2020 17:07:10 -0500
Subject: [PATCH] Issue #3176036 by paulocs, raman.b, longwave: Replace "does"
 to "do" in ProfileFieldCheckRequirementsTest.php

---
 .../src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php | 2 +-
 .../src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php b/core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
index bc2f986255c4..fd6b057d2c2a 100644
--- a/core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
+++ b/core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
@@ -21,7 +21,7 @@ public function setUp(): void {
   }
 
   /**
-   * Tests exception in thrown when profile_fields tables does not exist.
+   * Tests exception is thrown when profile_fields tables do not exist.
    */
   public function testCheckRequirements() {
     $this->expectException(RequirementsException::class);
diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php b/core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
index 458cf7db4f28..9d3c2d166c1a 100644
--- a/core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
+++ b/core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
@@ -21,7 +21,7 @@ public function setUp(): void {
   }
 
   /**
-   * Tests exception in thrown when profile_fields tables does not exist.
+   * Tests exception is thrown when profile_fields tables do not exist.
    */
   public function testCheckRequirements() {
     $this->expectException(RequirementsException::class);
-- 
GitLab