You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,6 +39,7 @@ public function testCanCreateMockObjectWithSpecifiedClassName(): void
37
39
$this->assertSame($className, $double::class);
38
40
}
39
41
42
+
#[TestDox('addMethods() can be used to configure an additional method for the mock object class when the original class does not have a method of the same name')]
#[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')]
0 commit comments