Skip to content

Commit 066fa5b

Browse files
committed
WI-64477 Element type inference for TestCase.getMockForTrait
1 parent 248e61f commit 066fa5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meta/phpunit/.phpstorm.meta.php

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
map(["" => "$0"])
3737
);
3838

39+
override(
40+
\PHPUnit\Framework\TestCase::getMockForTrait(0),
41+
map(["" => "$0"])
42+
);
43+
3944
override(
4045
\PHPUnit_Framework_TestCase::createMock(0),
4146
map(["" => "$0"])

0 commit comments

Comments
 (0)