Skip to content

Commit 7131ef3

Browse files
committed
Support createConfiguredMock
1 parent fb91bd6 commit 7131ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Type/PHPUnit/CreateMockDynamicReturnTypeExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class CreateMockDynamicReturnTypeExtension implements \PHPStan\Type\DynamicMetho
1515
/** @var int[] */
1616
private $methods = [
1717
'createMock' => 0,
18+
'createConfiguredMock' => 0,
1819
'getMockForAbstractClass' => 0,
1920
'getMockFromWsdl' => 1,
2021
];

0 commit comments

Comments
 (0)