Skip to content

Commit 18e3f20

Browse files
Mark test as incomplete
1 parent 28ca43a commit 18e3f20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ public function testCreatesMockObjectForUnknownType(): void
170170
#[TestDox('Mocked methods can be called from the original constructor of a partially mocked class')]
171171
public function testOnlyMethodCalledInConstructorWorks(): void
172172
{
173+
$this->markTestIncomplete('https://github.com/sebastianbergmann/phpunit/issues/5857');
174+
173175
$double = $this->getMockBuilder(ClassCallingMethodInConstructor::class)
174176
->onlyMethods(['reset'])
175177
->getMock();

0 commit comments

Comments
 (0)