Skip to content

Commit 260584e

Browse files
Fix test name
1 parent f01c941 commit 260584e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Framework/MockObject/Creation/MockBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testCanCreateMockObjectForExtendableClassWhileAddingMethodsToIt(
7575
}
7676

7777
#[TestDox('addMethods() cannot be used to configure an additional method for the mock object class when the original class has a method of the same name')]
78-
public function testCannotCreateMockObjectForExtendableClassAddingMethodsToItThatItAlreadyHas(): void
78+
public function testCannotCreateMockObjectForExtendableClassAddingMethodToItThatItAlreadyHas(): void
7979
{
8080
$this->expectException(CannotUseAddMethodsException::class);
8181

0 commit comments

Comments
 (0)