We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae39c2a commit 28ca43aCopy full SHA for 28ca43a
tests/unit/Framework/MockObject/Creation/MockBuilderTest.php
@@ -167,7 +167,7 @@ public function testCreatesMockObjectForUnknownType(): void
167
168
}
169
170
- #[TestDox('onlyMethods() mocked methods can be called within the original constructor')]
+ #[TestDox('Mocked methods can be called from the original constructor of a partially mocked class')]
171
public function testOnlyMethodCalledInConstructorWorks(): void
172
{
173
$double = $this->getMockBuilder(ClassCallingMethodInConstructor::class)
0 commit comments