Skip to content

Commit

Permalink
WI-64477 Element type inference for TestCase.getMockForTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
wbars committed Mar 8, 2022
1 parent 248e61f commit 066fa5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta/phpunit/.phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
map(["" => "$0"])
);

override(
\PHPUnit\Framework\TestCase::getMockForTrait(0),
map(["" => "$0"])
);

override(
\PHPUnit_Framework_TestCase::createMock(0),
map(["" => "$0"])
Expand Down

0 comments on commit 066fa5b

Please sign in to comment.