Commit 58639a76 authored by Jess's avatar Jess
Browse files

Issue #3176036 by paulocs, raman.b, longwave: Replace "does" to "do" in...

Issue #3176036 by paulocs, raman.b, longwave: Replace "does" to "do" in ProfileFieldCheckRequirementsTest.php

(cherry picked from commit 7af06a3c)
parent 6eb899d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);