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 28ca43a commit 18e3f20Copy full SHA for 18e3f20
tests/unit/Framework/MockObject/Creation/MockBuilderTest.php
@@ -170,6 +170,8 @@ public function testCreatesMockObjectForUnknownType(): void
170
#[TestDox('Mocked methods can be called from the original constructor of a partially mocked class')]
171
public function testOnlyMethodCalledInConstructorWorks(): void
172
{
173
+ $this->markTestIncomplete('https://github.com/sebastianbergmann/phpunit/issues/5857');
174
+
175
$double = $this->getMockBuilder(ClassCallingMethodInConstructor::class)
176
->onlyMethods(['reset'])
177
->getMock();
0 commit comments