Loading core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading